class ntcLeaf : public vtkPolyData
Description:
ntcLeaf is a subclass of vtkPolyData with functions specifically
written for 1-dimensional simplexes
Inheritance:
Public Methods
-
void SetTriangulation( vtkPolyData *geom )
ntcLeaf* GetTriangulation()
void GetNbhdOfPoint( vtkImplicitFunction *f, ntcLeaf *l )
int FindClosestPoint( float point[3] )
float GetDistanceFromPoint( float point[3] )
float GetDistanceFromPoint( float point[3], int &closestPointId )
float GetDistanceFromPoint( float point[3], float closestPoint[3], int &closestPointId )
void ConvertToFCC()
bool IsClosed()
void Clean()
void Write( char *name )
void Visualize()
Documentation
ntcLeaf is a subclass of vtkPolyData with functions specifically
written for 1-dimensional simplexes
void SetTriangulation( vtkPolyData *geom )
- Set the simplicial subdivision of the leaf.
ntcLeaf* GetTriangulation()
- Returns the simplicial subdivision of the leaf.
void GetNbhdOfPoint( vtkImplicitFunction *f, ntcLeaf *l )
int FindClosestPoint( float point[3] )
float GetDistanceFromPoint( float point[3] )
- Returns the Id of the point closest to point[3].
float GetDistanceFromPoint( float point[3], int &closestPointId )
- Evaluates the distance of the leaf from point point[3] and the Id of the closest point.
float GetDistanceFromPoint( float point[3], float closestPoint[3], int &closestPointId )
void ConvertToFCC()
bool IsClosed()
-
void Clean()
void Write( char *name )
-
void Visualize()
-
- Direct child classes:
- ntcClosedLeaf
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de