Project OpenGeode
class OwnerPolygon
cpp
Inherits from GenericPolygon<Point<3U>, 3U>
Inherits from GenericPolygon<Point<3U>, 3U>
class OwnerPolygon
cpp
Inherits from GenericPolygon<Point<dimension>, dimension>
Inherits from GenericPolygon<Point<dimension>, dimension>
Functions
OwnerPolygon
cpp
public void OwnerPolygon<>(std::vector<Point<dimension> > vertices)
public void OwnerPolygon<>(std::vector<Point<dimension> > vertices)
OwnerPolygon
cpp
public void OwnerPolygon<>(const OwnerPolygon<dimension> & other)
public void OwnerPolygon<>(const OwnerPolygon<dimension> & other)
operator=
cpp
public OwnerPolygon<dimension> & operator=(const OwnerPolygon<dimension> & other)
public OwnerPolygon<dimension> & operator=(const OwnerPolygon<dimension> & other)
OwnerPolygon
cpp
public void OwnerPolygon<>(OwnerPolygon<dimension> && other)
public void OwnerPolygon<>(OwnerPolygon<dimension> && other)
operator=
cpp
public OwnerPolygon<dimension> & operator=(OwnerPolygon<dimension> && other)
public OwnerPolygon<dimension> & operator=(OwnerPolygon<dimension> && other)
class OwnerPolygon
cpp
Inherits from GenericPolygon<Point<2U>, 2U>
Inherits from GenericPolygon<Point<2U>, 2U>