#include <Segmentation.h>
Public Member Functions | |
| virtual const char * | GetType () const |
| MeshCurvatureFreeformSegment (const std::vector< CurvatureInfo > &ci, unsigned long minFacets, float tolMin, float tolMax, float c1, float c2) | |
| virtual bool | TestFacet (const MeshFacet &rclFacet) const |
Public Member Functions inherited from MeshCore::MeshCurvatureSurfaceSegment | |
| MeshCurvatureSurfaceSegment (const std::vector< CurvatureInfo > &ci, unsigned long minFacets) | |
Public Member Functions inherited from MeshCore::MeshSurfaceSegment | |
| virtual void | AddFacet (const MeshFacet &rclFacet) |
| void | AddSegment (const std::vector< FacetIndex > &) |
| MeshSegment | FindSegment (FacetIndex) const |
| const std::vector< MeshSegment > & | GetSegments () const |
| virtual const char * | GetType () const =0 |
| virtual void | Initialize (FacetIndex) |
| MeshSurfaceSegment (unsigned long minFacets) | |
| virtual bool | TestFacet (const MeshFacet &rclFacet) const =0 |
| virtual bool | TestInitialFacet (FacetIndex) const |
| virtual | ~MeshSurfaceSegment () |
Additional Inherited Members | |
Protected Attributes inherited from MeshCore::MeshCurvatureSurfaceSegment | |
| const std::vector< CurvatureInfo > & | info |
Protected Attributes inherited from MeshCore::MeshSurfaceSegment | |
| unsigned long | minFacets |
| std::vector< MeshSegment > | segments |
| MeshCore::MeshCurvatureFreeformSegment::MeshCurvatureFreeformSegment | ( | const std::vector< CurvatureInfo > & | ci, |
| unsigned long | minFacets, | ||
| float | tolMin, | ||
| float | tolMax, | ||
| float | c1, | ||
| float | c2 | ||
| ) |
|
virtual |
Implements MeshCore::MeshSurfaceSegment.