ActiViz .NET
5.8.0
|
vtkReflectionFilter - reflects a data set across a plane More...
Public Types | |
enum | ReflectionPlane { USE_X = 6, USE_X_MAX = 3, USE_X_MIN = 0, USE_Y = 7, USE_Y_MAX = 4, USE_Y_MIN = 1, USE_Z = 8, USE_Z_MAX = 5, USE_Z_MIN = 2 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkReflectionFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkReflectionFilter () | |
Undocumented Block. | |
virtual void | CopyInputOff () |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. | |
virtual void | CopyInputOn () |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. | |
virtual double | GetCenter () |
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane. | |
virtual int | GetCopyInput () |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. | |
virtual int | GetPlane () |
Set the normal of the plane to use as mirror. | |
virtual int | GetPlaneMaxValue () |
Set the normal of the plane to use as mirror. | |
virtual int | GetPlaneMinValue () |
Set the normal of the plane to use as mirror. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkReflectionFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetCenter (double _arg) |
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane. | |
virtual void | SetCopyInput (int _arg) |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. | |
virtual void | SetPlane (int _arg) |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToX () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToXMax () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToXMin () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToY () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToYMax () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToYMin () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToZ () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToZMax () |
Set the normal of the plane to use as mirror. | |
void | SetPlaneToZMin () |
Set the normal of the plane to use as mirror. | |
Static Public Member Functions | |
static new vtkReflectionFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkReflectionFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkReflectionFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkReflectionFilter" |
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 | vtkReflectionFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkReflectionFilter_CopyInputOff_01 (HandleRef pThis) |
static internal void | vtkReflectionFilter_CopyInputOn_02 (HandleRef pThis) |
static internal double | vtkReflectionFilter_GetCenter_03 (HandleRef pThis) |
static internal int | vtkReflectionFilter_GetCopyInput_04 (HandleRef pThis) |
static internal int | vtkReflectionFilter_GetPlane_05 (HandleRef pThis) |
static internal int | vtkReflectionFilter_GetPlaneMaxValue_06 (HandleRef pThis) |
static internal int | vtkReflectionFilter_GetPlaneMinValue_07 (HandleRef pThis) |
static internal int | vtkReflectionFilter_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkReflectionFilter_IsTypeOf_09 (string type) |
static internal IntPtr | vtkReflectionFilter_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkReflectionFilter_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkReflectionFilter_SetCenter_13 (HandleRef pThis, double _arg) |
static internal void | vtkReflectionFilter_SetCopyInput_14 (HandleRef pThis, int _arg) |
static internal void | vtkReflectionFilter_SetPlane_15 (HandleRef pThis, int _arg) |
static internal void | vtkReflectionFilter_SetPlaneToX_16 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToXMax_17 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToXMin_18 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToY_19 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToYMax_20 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToYMin_21 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToZ_22 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToZMax_23 (HandleRef pThis) |
static internal void | vtkReflectionFilter_SetPlaneToZMin_24 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkReflectionFilter () |
Automatically generated type registration mechanics. |
vtkReflectionFilter - reflects a data set across a plane
Description The vtkReflectionFilter reflects a data set across one of the planes formed by the data set's bounding box. Since it converts data sets into unstructured grids, it is not effeicient for structured data sets.
static Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkReflectionFilter.CopyInputOff | ( | ) | [virtual] |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection.
virtual void Kitware.VTK.vtkReflectionFilter.CopyInputOn | ( | ) | [virtual] |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection.
override void Kitware.VTK.vtkReflectionFilter.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.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
virtual double Kitware.VTK.vtkReflectionFilter.GetCenter | ( | ) | [virtual] |
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane.
virtual int Kitware.VTK.vtkReflectionFilter.GetCopyInput | ( | ) | [virtual] |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection.
virtual int Kitware.VTK.vtkReflectionFilter.GetPlane | ( | ) | [virtual] |
Set the normal of the plane to use as mirror.
virtual int Kitware.VTK.vtkReflectionFilter.GetPlaneMaxValue | ( | ) | [virtual] |
Set the normal of the plane to use as mirror.
virtual int Kitware.VTK.vtkReflectionFilter.GetPlaneMinValue | ( | ) | [virtual] |
Set the normal of the plane to use as mirror.
override int Kitware.VTK.vtkReflectionFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
static new int Kitware.VTK.vtkReflectionFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
static new vtkReflectionFilter Kitware.VTK.vtkReflectionFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
static new vtkReflectionFilter Kitware.VTK.vtkReflectionFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
virtual void Kitware.VTK.vtkReflectionFilter.SetCenter | ( | double | _arg | ) | [virtual] |
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane.
virtual void Kitware.VTK.vtkReflectionFilter.SetCopyInput | ( | int | _arg | ) | [virtual] |
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection.
virtual void Kitware.VTK.vtkReflectionFilter.SetPlane | ( | int | _arg | ) | [virtual] |
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
Set the normal of the plane to use as mirror.
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_CopyInputOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_CopyInputOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_GetCenter_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_GetCopyInput_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_GetPlane_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_GetPlaneMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_GetPlaneMinValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetCenter_13 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetCopyInput_14 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlane_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToX_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToXMax_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToXMin_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToY_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToYMax_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToYMin_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToZ_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToZMax_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkReflectionFilter.vtkReflectionFilter_SetPlaneToZMin_24 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkReflectionFilter.MRClassNameKey = "19vtkReflectionFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.
new const string Kitware.VTK.vtkReflectionFilter.MRFullTypeName = "Kitware.VTK.vtkReflectionFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkPReflectionFilter.