Skip to content

idl writing of template class #9

@kong2456878740

Description

@kong2456878740

Hello, I tried to use the method described in your project to convert the cgal library, but some of the header files exist template class writing, the Internet said idl does not support generics, so I encountered difficulties when writing idl, I intercepted part of the code as follows, looking forward to getting a reply
`
template
class I_Polyhedron_vertex : public VertexBase {
public:
typedef VertexBase Base;
typedef typename Base::Point Point;
typedef Point Point_3;

public:
I_Polyhedron_vertex() {}
I_Polyhedron_vertex( const VertexBase& b) : VertexBase(b) {}
I_Polyhedron_vertex( const Point_3& p) : VertexBase(p) {}
}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions