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.vtkPolyDataSilhouette Class Reference

vtkPolyDataSilhouette - sort polydata along camera view direction More...

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

List of all members.

Public Member Functions

 vtkPolyDataSilhouette (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPolyDataSilhouette ()
 Instantiate object.
virtual void BorderEdgesOff ()
 Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.
virtual void BorderEdgesOn ()
 Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.
virtual int GetBorderEdges ()
 Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.
virtual vtkCamera GetCamera ()
 Specify a camera that is used to define the view direction. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified.
virtual int GetDirection ()
 Specify how view direction is computed. By default, the camera origin (eye) is used.
virtual int GetEnableFeatureAngle ()
 Enables or Disables generation of silhouette edges along sharp edges.
virtual double GetFeatureAngle ()
 Sets/Gets minimal angle for sharp edges detection. Default is 60.
override uint GetMTime ()
 Return MTime also considering the dependent objects: the camera and/or the prop3D.
virtual double[] GetOrigin ()
 Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.
virtual void GetOrigin (IntPtr data)
 Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.
virtual int GetPieceInvariant ()
 Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.
vtkProp3D GetProp3D ()
 Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the effects of transformation. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified. Specifying the vtkProp3D is optional.
virtual double[] GetVector ()
 Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.
virtual void GetVector (IntPtr data)
 Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.
override int IsA (string type)
 Instantiate object.
new vtkPolyDataSilhouette NewInstance ()
 Instantiate object.
virtual void PieceInvariantOff ()
 Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.
virtual void PieceInvariantOn ()
 Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.
virtual void SetBorderEdges (int _arg)
 Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.
virtual void SetCamera (vtkCamera arg0)
 Specify a camera that is used to define the view direction. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified.
virtual void SetDirection (int _arg)
 Specify how view direction is computed. By default, the camera origin (eye) is used.
void SetDirectionToCameraOrigin ()
 Specify how view direction is computed. By default, the camera origin (eye) is used.
void SetDirectionToCameraVector ()
 Specify how view direction is computed. By default, the camera origin (eye) is used.
void SetDirectionToSpecifiedOrigin ()
 Specify how view direction is computed. By default, the camera origin (eye) is used.
void SetDirectionToSpecifiedVector ()
 Specify how view direction is computed. By default, the camera origin (eye) is used.
virtual void SetEnableFeatureAngle (int _arg)
 Enables or Disables generation of silhouette edges along sharp edges.
virtual void SetFeatureAngle (double _arg)
 Sets/Gets minimal angle for sharp edges detection. Default is 60.
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.
virtual void SetOrigin (IntPtr _arg)
 Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.
virtual void SetPieceInvariant (int _arg)
 Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.
void SetProp3D (vtkProp3D arg0)
 Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the effects of transformation. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified. Specifying the vtkProp3D is optional.
virtual void SetVector (double _arg1, double _arg2, double _arg3)
 Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.
virtual void SetVector (IntPtr _arg)
 Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.

Static Public Member Functions

static new vtkPolyDataSilhouette New ()
 Instantiate object.
static new int IsTypeOf (string type)
 Instantiate object.
static new vtkPolyDataSilhouette SafeDownCast (vtkObjectBase o)
 Instantiate object.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkPolyDataSilhouette"
 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 vtkPolyDataSilhouette_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataSilhouette_BorderEdgesOff_01 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_BorderEdgesOn_02 (HandleRef pThis)
static internal int vtkPolyDataSilhouette_GetBorderEdges_03 (HandleRef pThis)
static internal IntPtr vtkPolyDataSilhouette_GetCamera_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPolyDataSilhouette_GetDirection_05 (HandleRef pThis)
static internal int vtkPolyDataSilhouette_GetEnableFeatureAngle_06 (HandleRef pThis)
static internal double vtkPolyDataSilhouette_GetFeatureAngle_07 (HandleRef pThis)
static internal uint vtkPolyDataSilhouette_GetMTime_08 (HandleRef pThis)
static internal IntPtr vtkPolyDataSilhouette_GetOrigin_09 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_GetOrigin_10 (HandleRef pThis, IntPtr data)
static internal int vtkPolyDataSilhouette_GetPieceInvariant_11 (HandleRef pThis)
static internal IntPtr vtkPolyDataSilhouette_GetProp3D_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataSilhouette_GetVector_13 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_GetVector_14 (HandleRef pThis, IntPtr data)
static internal int vtkPolyDataSilhouette_IsA_15 (HandleRef pThis, string type)
static internal int vtkPolyDataSilhouette_IsTypeOf_16 (string type)
static internal IntPtr vtkPolyDataSilhouette_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataSilhouette_PieceInvariantOff_19 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_PieceInvariantOn_20 (HandleRef pThis)
static internal IntPtr vtkPolyDataSilhouette_SafeDownCast_21 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataSilhouette_SetBorderEdges_22 (HandleRef pThis, int _arg)
static internal void vtkPolyDataSilhouette_SetCamera_23 (HandleRef pThis, HandleRef arg0)
static internal void vtkPolyDataSilhouette_SetDirection_24 (HandleRef pThis, int _arg)
static internal void vtkPolyDataSilhouette_SetDirectionToCameraOrigin_25 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_SetDirectionToCameraVector_26 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_SetDirectionToSpecifiedOrigin_27 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_SetDirectionToSpecifiedVector_28 (HandleRef pThis)
static internal void vtkPolyDataSilhouette_SetEnableFeatureAngle_29 (HandleRef pThis, int _arg)
static internal void vtkPolyDataSilhouette_SetFeatureAngle_30 (HandleRef pThis, double _arg)
static internal void vtkPolyDataSilhouette_SetOrigin_31 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkPolyDataSilhouette_SetOrigin_32 (HandleRef pThis, IntPtr _arg)
static internal void vtkPolyDataSilhouette_SetPieceInvariant_33 (HandleRef pThis, int _arg)
static internal void vtkPolyDataSilhouette_SetProp3D_34 (HandleRef pThis, HandleRef arg0)
static internal void vtkPolyDataSilhouette_SetVector_35 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkPolyDataSilhouette_SetVector_36 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkPolyDataSilhouette ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPolyDataSilhouette - sort polydata along camera view direction

Description vtkPolyDataSilhouette extracts a subset of a polygonal mesh edges to generate an outline (silhouette) of the corresponding 3D object. In addition, this filter can also extracts sharp edges (aka feature angles). In order to use this filter you must specify the a point of view (origin) or a direction (vector). given this direction or origin, a silhouette is generated wherever the surface's normal is orthogonal to the view direction.

Caveats when the active camera is used, almost everything is recomputed for each frame, keep this in mind when dealing with extremely large surface data sets.

Thanks Contribution by Thierry Carrard <br> CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France <br> BP12, F-91297 Arpajon, France. <br>


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate object.


Member Function Documentation

Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.

Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.

override void Kitware.VTK.vtkPolyDataSilhouette.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.

Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.

Specify a camera that is used to define the view direction. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified.

Here is the call graph for this function:

Specify how view direction is computed. By default, the camera origin (eye) is used.

Enables or Disables generation of silhouette edges along sharp edges.

Sets/Gets minimal angle for sharp edges detection. Default is 60.

override uint Kitware.VTK.vtkPolyDataSilhouette.GetMTime ( ) [virtual]

Return MTime also considering the dependent objects: the camera and/or the prop3D.

Reimplemented from Kitware.VTK.vtkObject.

virtual double [] Kitware.VTK.vtkPolyDataSilhouette.GetOrigin ( ) [virtual]

Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.

virtual void Kitware.VTK.vtkPolyDataSilhouette.GetOrigin ( IntPtr  data) [virtual]

Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.

Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.

Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the effects of transformation. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified. Specifying the vtkProp3D is optional.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkPolyDataSilhouette.GetVector ( ) [virtual]

Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.

virtual void Kitware.VTK.vtkPolyDataSilhouette.GetVector ( IntPtr  data) [virtual]

Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.

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

Instantiate object.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Instantiate object.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Instantiate object.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Instantiate object.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.

Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.

Instantiate object.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetBorderEdges ( int  _arg) [virtual]

Enables or Disables generation of border edges. Note: borders exist only in case of non closed surface.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetCamera ( vtkCamera  arg0) [virtual]

Specify a camera that is used to define the view direction. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetDirection ( int  _arg) [virtual]

Specify how view direction is computed. By default, the camera origin (eye) is used.

Specify how view direction is computed. By default, the camera origin (eye) is used.

Specify how view direction is computed. By default, the camera origin (eye) is used.

Specify how view direction is computed. By default, the camera origin (eye) is used.

Specify how view direction is computed. By default, the camera origin (eye) is used.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetEnableFeatureAngle ( int  _arg) [virtual]

Enables or Disables generation of silhouette edges along sharp edges.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetFeatureAngle ( double  _arg) [virtual]

Sets/Gets minimal angle for sharp edges detection. Default is 60.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetOrigin ( IntPtr  _arg) [virtual]

Set/Get the sort origin. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedOrigin(). The edge detection occurs in the direction of the origin to each edge's center.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetPieceInvariant ( int  _arg) [virtual]

Enables or Disables piece invariance. This is useful when dealing with multi-block data sets. Note: requires one level of ghost cells.

Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the effects of transformation. This ivar only has effect if the direction is set to VTK_DIRECTION_CAMERA_ORIGIN or VTK_DIRECTION_CAMERA_VECTOR, and a camera is specified. Specifying the vtkProp3D is optional.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetVector ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.

virtual void Kitware.VTK.vtkPolyDataSilhouette.SetVector ( IntPtr  _arg) [virtual]

Set/Get the sort direction. This ivar only has effect if the sort direction is set to SetDirectionToSpecifiedVector(). The edge detection occurs in the direction of the vector.

static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_BorderEdgesOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_BorderEdgesOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetBorderEdges_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetCamera_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetDirection_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetFeatureAngle_07 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetMTime_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetOrigin_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetOrigin_10 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetPieceInvariant_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetProp3D_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetVector_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_GetVector_14 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_IsA_15 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_IsTypeOf_16 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_NewInstance_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_PieceInvariantOff_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_PieceInvariantOn_20 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SafeDownCast_21 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetBorderEdges_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetCamera_23 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetDirection_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetEnableFeatureAngle_29 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetFeatureAngle_30 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetOrigin_31 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetOrigin_32 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetPieceInvariant_33 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetProp3D_34 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetVector_35 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkPolyDataSilhouette.vtkPolyDataSilhouette_SetVector_36 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPolyDataSilhouette.MRClassNameKey = "21vtkPolyDataSilhouette" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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