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

vtkReverseSense - reverse the ordering of polygonal cells and/or vertex normals More...

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

List of all members.

Public Member Functions

 vtkReverseSense (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkReverseSense ()
 Construct object so that behavior is to reverse cell ordering and leave normal orientation as is.
virtual int GetReverseCells ()
 Flag controls whether to reverse cell ordering.
virtual int GetReverseNormals ()
 Flag controls whether to reverse normal orientation.
override int IsA (string type)
 Undocumented Block.
new vtkReverseSense NewInstance ()
 Undocumented Block.
virtual void ReverseCellsOff ()
 Flag controls whether to reverse cell ordering.
virtual void ReverseCellsOn ()
 Flag controls whether to reverse cell ordering.
virtual void ReverseNormalsOff ()
 Flag controls whether to reverse normal orientation.
virtual void ReverseNormalsOn ()
 Flag controls whether to reverse normal orientation.
virtual void SetReverseCells (int _arg)
 Flag controls whether to reverse cell ordering.
virtual void SetReverseNormals (int _arg)
 Flag controls whether to reverse normal orientation.

Static Public Member Functions

static new vtkReverseSense New ()
 Construct object so that behavior is to reverse cell ordering and leave normal orientation as is.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkReverseSense SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkReverseSense"
 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 vtkReverseSense_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkReverseSense_GetReverseCells_01 (HandleRef pThis)
static internal int vtkReverseSense_GetReverseNormals_02 (HandleRef pThis)
static internal int vtkReverseSense_IsA_03 (HandleRef pThis, string type)
static internal int vtkReverseSense_IsTypeOf_04 (string type)
static internal IntPtr vtkReverseSense_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkReverseSense_ReverseCellsOff_07 (HandleRef pThis)
static internal void vtkReverseSense_ReverseCellsOn_08 (HandleRef pThis)
static internal void vtkReverseSense_ReverseNormalsOff_09 (HandleRef pThis)
static internal void vtkReverseSense_ReverseNormalsOn_10 (HandleRef pThis)
static internal IntPtr vtkReverseSense_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkReverseSense_SetReverseCells_12 (HandleRef pThis, int _arg)
static internal void vtkReverseSense_SetReverseNormals_13 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkReverseSense ()
 Automatically generated type registration mechanics.

Detailed Description

vtkReverseSense - reverse the ordering of polygonal cells and/or vertex normals

Description

vtkReverseSense is a filter that reverses the order of polygonal cells and/or reverses the direction of point and cell normals. Two flags are used to control these operations. Cell reversal means reversing the order of indices in the cell connectivity list. Normal reversal means multiplying the normal vector by -1 (both point and cell normals, if present).


Constructor & Destructor Documentation

static Kitware.VTK.vtkReverseSense.vtkReverseSense ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Construct object so that behavior is to reverse cell ordering and leave normal orientation as is.


Member Function Documentation

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

Flag controls whether to reverse cell ordering.

Flag controls whether to reverse normal orientation.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct object so that behavior is to reverse cell ordering and leave normal orientation as is.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

virtual void Kitware.VTK.vtkReverseSense.ReverseCellsOff ( ) [virtual]

Flag controls whether to reverse cell ordering.

virtual void Kitware.VTK.vtkReverseSense.ReverseCellsOn ( ) [virtual]

Flag controls whether to reverse cell ordering.

Flag controls whether to reverse normal orientation.

Flag controls whether to reverse normal orientation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkReverseSense.SetReverseCells ( int  _arg) [virtual]

Flag controls whether to reverse cell ordering.

virtual void Kitware.VTK.vtkReverseSense.SetReverseNormals ( int  _arg) [virtual]

Flag controls whether to reverse normal orientation.

static internal int Kitware.VTK.vtkReverseSense.vtkReverseSense_GetReverseCells_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkReverseSense.vtkReverseSense_GetReverseNormals_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkReverseSense.vtkReverseSense_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkReverseSense.vtkReverseSense_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkReverseSense.vtkReverseSense_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkReverseSense.vtkReverseSense_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkReverseSense.vtkReverseSense_ReverseCellsOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkReverseSense.vtkReverseSense_ReverseCellsOn_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkReverseSense.vtkReverseSense_ReverseNormalsOff_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkReverseSense.vtkReverseSense_ReverseNormalsOn_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkReverseSense.vtkReverseSense_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkReverseSense.vtkReverseSense_SetReverseCells_12 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkReverseSense.vtkReverseSense_SetReverseNormals_13 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkReverseSense.MRClassNameKey = "15vtkReverseSense" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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