ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkPolyDataPointSampler Class Reference

vtkPolyDataPointSampler - generate points from vtkPolyData More...

Inheritance diagram for Kitware.VTK.vtkPolyDataPointSampler:
[legend]
Collaboration diagram for Kitware.VTK.vtkPolyDataPointSampler:
[legend]

List of all members.

Public Member Functions

 vtkPolyDataPointSampler (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPolyDataPointSampler ()
 Instantiate this class.
virtual void GenerateEdgePointsOff ()
 Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.
virtual void GenerateEdgePointsOn ()
 Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.
virtual void GenerateInteriorPointsOff ()
 Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.
virtual void GenerateInteriorPointsOn ()
 Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.
virtual void GenerateVertexPointsOff ()
 Specify/retrieve a boolean flag indicating whether cell vertex points should be output.
virtual void GenerateVertexPointsOn ()
 Specify/retrieve a boolean flag indicating whether cell vertex points should be output.
virtual void GenerateVerticesOff ()
 Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.
virtual void GenerateVerticesOn ()
 Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.
virtual double GetDistance ()
 Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.
virtual double GetDistanceMaxValue ()
 Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.
virtual double GetDistanceMinValue ()
 Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.
virtual int GetGenerateEdgePoints ()
 Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.
virtual int GetGenerateInteriorPoints ()
 Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.
virtual int GetGenerateVertexPoints ()
 Specify/retrieve a boolean flag indicating whether cell vertex points should be output.
virtual int GetGenerateVertices ()
 Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.
override int IsA (string type)
 Standard macros for type information and printing.
new vtkPolyDataPointSampler NewInstance ()
 Standard macros for type information and printing.
virtual void SetDistance (double _arg)
 Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.
virtual void SetGenerateEdgePoints (int _arg)
 Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.
virtual void SetGenerateInteriorPoints (int _arg)
 Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.
virtual void SetGenerateVertexPoints (int _arg)
 Specify/retrieve a boolean flag indicating whether cell vertex points should be output.
virtual void SetGenerateVertices (int _arg)
 Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.

Static Public Member Functions

static new vtkPolyDataPointSampler New ()
 Instantiate this class.
static new int IsTypeOf (string type)
 Standard macros for type information and printing.
static new vtkPolyDataPointSampler SafeDownCast (vtkObjectBase o)
 Standard macros for type information and printing.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPolyDataPointSampler"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkPolyDataPointSampler"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkPolyDataPointSampler_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataPointSampler_GenerateEdgePointsOff_01 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateEdgePointsOn_02 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateInteriorPointsOff_03 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateInteriorPointsOn_04 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateVertexPointsOff_05 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateVertexPointsOn_06 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateVerticesOff_07 (HandleRef pThis)
static internal void vtkPolyDataPointSampler_GenerateVerticesOn_08 (HandleRef pThis)
static internal double vtkPolyDataPointSampler_GetDistance_09 (HandleRef pThis)
static internal double vtkPolyDataPointSampler_GetDistanceMaxValue_10 (HandleRef pThis)
static internal double vtkPolyDataPointSampler_GetDistanceMinValue_11 (HandleRef pThis)
static internal int vtkPolyDataPointSampler_GetGenerateEdgePoints_12 (HandleRef pThis)
static internal int vtkPolyDataPointSampler_GetGenerateInteriorPoints_13 (HandleRef pThis)
static internal int vtkPolyDataPointSampler_GetGenerateVertexPoints_14 (HandleRef pThis)
static internal int vtkPolyDataPointSampler_GetGenerateVertices_15 (HandleRef pThis)
static internal int vtkPolyDataPointSampler_IsA_16 (HandleRef pThis, string type)
static internal int vtkPolyDataPointSampler_IsTypeOf_17 (string type)
static internal IntPtr vtkPolyDataPointSampler_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataPointSampler_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataPointSampler_SetDistance_21 (HandleRef pThis, double _arg)
static internal void vtkPolyDataPointSampler_SetGenerateEdgePoints_22 (HandleRef pThis, int _arg)
static internal void vtkPolyDataPointSampler_SetGenerateInteriorPoints_23 (HandleRef pThis, int _arg)
static internal void vtkPolyDataPointSampler_SetGenerateVertexPoints_24 (HandleRef pThis, int _arg)
static internal void vtkPolyDataPointSampler_SetGenerateVertices_25 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkPolyDataPointSampler ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPolyDataPointSampler - generate points from vtkPolyData

Description vtkPolyDataPointSampler generates points from input vtkPolyData. The points are placed approximately a specified distance apart.

This filter functions as follows. First, it regurgitates all input points, then samples all lines, plus edges associated with the input polygons and triangle strips to produce edge points. Finally, the interiors of polygons and triangle strips are subsampled to produce points. All of these functiona can be enabled or disabled separately. Note that this algorithm only approximately generates points the specified distance apart. Generally the point density is finer than requested.

Caveats Point generation can be useful in a variety of applications. For example, generating seed points for glyphing or streamline generation. Another useful application is generating points for implicit modeling. In many cases implicit models can be more efficiently generated from points than from polygons or other primitives.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate this class.


Member Function Documentation

override void Kitware.VTK.vtkPolyDataPointSampler.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell vertex points should be output.

Specify/retrieve a boolean flag indicating whether cell vertex points should be output.

Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.

Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.

Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.

Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.

Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.

Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell vertex points should be output.

Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.

override int Kitware.VTK.vtkPolyDataPointSampler.IsA ( string  type) [virtual]

Standard macros for type information and printing.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkPolyDataPointSampler.IsTypeOf ( string  type) [static]

Standard macros for type information and printing.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Instantiate this class.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Standard macros for type information and printing.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Standard macros for type information and printing.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPolyDataPointSampler.SetDistance ( double  _arg) [virtual]

Set/Get the approximate distance between points. This is an absolute distance measure. The default is 0.01.

virtual void Kitware.VTK.vtkPolyDataPointSampler.SetGenerateEdgePoints ( int  _arg) [virtual]

Specify/retrieve a boolean flag indicating whether cell edges should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell interiors should be sampled to produce output points. The default is true.

Specify/retrieve a boolean flag indicating whether cell vertex points should be output.

virtual void Kitware.VTK.vtkPolyDataPointSampler.SetGenerateVertices ( int  _arg) [virtual]

Specify/retrieve a boolean flag indicating whether cell vertices should be generated. Cell vertices are useful if you actually want to display the points (that is, for each point generated, a vertex is generated). Recall that VTK only renders vertices and not points. The default is true.

static internal void Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_GenerateVerticesOn_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_GetDistance_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_GetDistanceMaxValue_10 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_GetDistanceMinValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_IsTypeOf_17 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_SafeDownCast_20 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_SetDistance_21 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_SetGenerateEdgePoints_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_SetGenerateInteriorPoints_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_SetGenerateVertexPoints_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataPointSampler.vtkPolyDataPointSampler_SetGenerateVertices_25 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPolyDataPointSampler.MRClassNameKey = "23vtkPolyDataPointSampler" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkPolyDataPointSampler.MRFullTypeName = "Kitware.VTK.vtkPolyDataPointSampler"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


The documentation for this class was generated from the following file: