18 #ifndef PRTX_TRIMPLANE_H_ 19 #define PRTX_TRIMPLANE_H_ 21 #include "prtx/Geometry.h" 24 # pragma warning(push) 25 # pragma warning (disable : 4251 4231 4275 4660) 55 bool isHorizontal()
const;
60 bool isVertical()
const;
67 bool isLimited()
const;
std::vector< TrimPlanePtr > TrimPlanePtrVector
vector of shared TrimPlane pointers
Definition: TrimPlane.h:36
std::vector< double > DoubleVector
vector of double
Definition: Types.h:32
The Procedural Runtime eXtension namespace. The prtx namespace contains the tools to extend the Proce...
Definition: AnnotationBuilder.h:35
std::shared_ptr< Mesh > MeshPtr
shared Mesh pointer
Definition: DataBackend.h:41
Definition: TrimPlane.h:45
std::shared_ptr< TrimPlane > TrimPlanePtr
shared TrimPlane pointer
Definition: TrimPlane.h:34