ActiViz .NET
5.8.0
|
vtkGlyph3DMapper - vtkGlyph3D on the GPU. More...
Public Types | |
enum | ArrayIndexes { MASK = 2, ORIENTATION = 3, SCALE = 0, SOURCE_INDEX = 1 } |
Undocumented Block. More... | |
enum | OrientationModes { DIRECTION = 0, ROTATION = 1 } |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. More... | |
enum | ScaleModes { NO_DATA_SCALING = 0, SCALE_BY_COMPONENTS = 2, SCALE_BY_MAGNITUDE = 1 } |
Specify scale factor to scale object by. This is used only when Scaling is On. More... | |
Public Member Functions | |
vtkGlyph3DMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGlyph3DMapper () | |
Undocumented Block. | |
virtual void | ClampingOff () |
Turn on/off clamping of data values to scale with to the specified range. | |
virtual void | ClampingOn () |
Turn on/off clamping of data values to scale with to the specified range. | |
override double[] | GetBounds () |
Redefined to take into account the bounds of the scaled glyphs. | |
override void | GetBounds (IntPtr bounds) |
Same as superclass. Appear again to stop warnings about hidden method. | |
virtual bool | GetClamping () |
Turn on/off clamping of data values to scale with to the specified range. | |
virtual bool | GetMasking () |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false. | |
virtual bool | GetNestedDisplayLists () |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true. | |
virtual bool | GetOrient () |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used. | |
virtual int | GetOrientationMode () |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
string | GetOrientationModeAsString () |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
virtual int | GetOrientationModeMaxValue () |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
virtual int | GetOrientationModeMinValue () |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
virtual double[] | GetRange () |
Specify range to map scalar values into. | |
virtual void | GetRange (IntPtr data) |
Specify range to map scalar values into. | |
virtual double | GetScaleFactor () |
Specify scale factor to scale object by. This is used only when Scaling is On. | |
virtual int | GetScaleMode () |
Either scale by individual components (SCALE_BY_COMPONENTS) or magnitude (SCALE_BY_MAGNITUDE) of the chosen array to SCALE with or disable scaling using data array all together (NO_DATA_SCALING). Default is NO_DATA_SCALING. | |
string | GetScaleModeAsString () |
Specify scale factor to scale object by. This is used only when Scaling is On. | |
virtual bool | GetScaling () |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly. | |
virtual uint | GetSelectionColorId () |
For selection by color id mode (not for end-user, called by vtkGlyphSelectionRenderMode). 0 is reserved for miss. it has to start at 1. Initial value is 1. | |
vtkPolyData | GetSource (int idx) |
Get a pointer to a source object at a specified table location. | |
virtual bool | GetSourceIndexing () |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray(). | |
override bool | GetSupportsSelection () |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | MaskingOff () |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false. | |
virtual void | MaskingOn () |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false. | |
virtual void | NestedDisplayListsOff () |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true. | |
virtual void | NestedDisplayListsOn () |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true. | |
new vtkGlyph3DMapper | NewInstance () |
Undocumented Block. | |
virtual void | OrientOff () |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used. | |
virtual void | OrientOn () |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used. | |
override void | Render (vtkRenderer ren, vtkActor act) |
All the work is done is derived classes. | |
virtual void | ScalingOff () |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly. | |
virtual void | ScalingOn () |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly. | |
virtual void | SetClamping (bool _arg) |
Turn on/off clamping of data values to scale with to the specified range. | |
void | SetMaskArray (string maskarrayname) |
Set the name of the point array to use as a mask for generating the glyphs. This is a convenience method. The same effect can be achieved by using SetInputArrayToProcess(vtkGlyph3DMapper::MASK, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, maskarrayname) | |
void | SetMaskArray (int fieldAttributeType) |
Set the point attribute to use as a mask for generating the glyphs. fieldAttributeType is one of the following: | |
virtual void | SetMasking (bool _arg) |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false. | |
virtual void | SetNestedDisplayLists (bool _arg) |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true. | |
virtual void | SetOrient (bool _arg) |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used. | |
void | SetOrientationArray (string orientationarrayname) |
Tells the mapper to use an orientation array if Orient is true. An orientation array is a vtkDataArray with 3 components. The first component is the angle of rotation along the X axis. The second component is the angle of rotation along the Y axis. The third component is the angle of rotation along the Z axis. Orientation is specified in X,Y,Z order but the rotations are performed in Z,X an Y. This definition is compliant with SetOrientation method on vtkProp3D. By using vector or normal there is a degree of freedom or rotation left (underconstrained). With the orientation array, there is no degree of freedom left. This is convenience method. The same effect can be achieved by using SetInputArrayToProcess(vtkGlyph3DMapper::ORIENTATION, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, orientationarrayname);. | |
void | SetOrientationArray (int fieldAttributeType) |
Tells the mapper to use an orientation array if Orient is true. An orientation array is a vtkDataArray with 3 components. The first component is the angle of rotation along the X axis. The second component is the angle of rotation along the Y axis. The third component is the angle of rotation along the Z axis. Orientation is specified in X,Y,Z order but the rotations are performed in Z,X an Y. This definition is compliant with SetOrientation method on vtkProp3D. By using vector or normal there is a degree of freedom or rotation left (underconstrained). With the orientation array, there is no degree of freedom left. fieldAttributeType is one of the following: | |
virtual void | SetOrientationMode (int _arg) |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
void | SetOrientationModeToDirection () |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
void | SetOrientationModeToRotation () |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION. | |
virtual void | SetRange (double _arg1, double _arg2) |
Specify range to map scalar values into. | |
void | SetRange (IntPtr _arg) |
Specify range to map scalar values into. | |
void | SetScaleArray (string scalarsarrayname) |
Convenience method to set the array to scale with. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SCALE, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, scalarsarrayname). | |
void | SetScaleArray (int fieldAttributeType) |
Convenience method to set the array to scale with. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SCALE, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, fieldAttributeType). | |
virtual void | SetScaleFactor (double _arg) |
Specify scale factor to scale object by. This is used only when Scaling is On. | |
virtual void | SetScaleMode (int _arg) |
Either scale by individual components (SCALE_BY_COMPONENTS) or magnitude (SCALE_BY_MAGNITUDE) of the chosen array to SCALE with or disable scaling using data array all together (NO_DATA_SCALING). Default is NO_DATA_SCALING. | |
void | SetScaleModeToNoDataScaling () |
Specify scale factor to scale object by. This is used only when Scaling is On. | |
void | SetScaleModeToScaleByMagnitude () |
Specify scale factor to scale object by. This is used only when Scaling is On. | |
void | SetScaleModeToScaleByVectorComponents () |
Specify scale factor to scale object by. This is used only when Scaling is On. | |
virtual void | SetScaling (bool _arg) |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly. | |
virtual void | SetSelectMode (int _arg) |
Called by vtkGlyphSelectionRenderMode. | |
virtual void | SetSelectionColorId (uint _arg) |
For selection by color id mode (not for end-user, called by vtkGlyphSelectionRenderMode). 0 is reserved for miss. it has to start at 1. Initial value is 1. | |
void | SetSource (int idx, vtkPolyData pd) |
Specify a source object at a specified table location. | |
void | SetSource (vtkPolyData pd) |
Set the source to use for he glyph. Old style. See SetSourceConnection. | |
void | SetSourceConnection (int idx, vtkAlgorithmOutput algOutput) |
Specify a source object at a specified table location. New style. Source connection is stored in port 1. This method is equivalent to SetInputConnection(1, id, outputPort). | |
void | SetSourceConnection (vtkAlgorithmOutput algOutput) |
Specify a source object at a specified table location. New style. Source connection is stored in port 1. This method is equivalent to SetInputConnection(1, id, outputPort). | |
void | SetSourceIndexArray (string arrayname) |
Convenience method to set the array to use as index within the sources. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SOURCE_INDEX, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, arrayname). | |
void | SetSourceIndexArray (int fieldAttributeType) |
Convenience method to set the array to use as index within the sources. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SOURCE_INDEX, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, fieldAttributeType). | |
virtual void | SetSourceIndexing (bool _arg) |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray(). | |
virtual void | SourceIndexingOff () |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray(). | |
virtual void | SourceIndexingOn () |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray(). | |
Static Public Member Functions | |
static new vtkGlyph3DMapper | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGlyph3DMapper | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGlyph3DMapper" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkGlyph3DMapper" |
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 | vtkGlyph3DMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGlyph3DMapper_ClampingOff_01 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_ClampingOn_02 (HandleRef pThis) |
static internal IntPtr | vtkGlyph3DMapper_GetBounds_03 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_GetBounds_04 (HandleRef pThis, IntPtr bounds) |
static internal byte | vtkGlyph3DMapper_GetClamping_05 (HandleRef pThis) |
static internal byte | vtkGlyph3DMapper_GetMasking_06 (HandleRef pThis) |
static internal byte | vtkGlyph3DMapper_GetNestedDisplayLists_07 (HandleRef pThis) |
static internal byte | vtkGlyph3DMapper_GetOrient_08 (HandleRef pThis) |
static internal int | vtkGlyph3DMapper_GetOrientationMode_09 (HandleRef pThis) |
static internal IntPtr | vtkGlyph3DMapper_GetOrientationModeAsString_10 (HandleRef pThis) |
static internal int | vtkGlyph3DMapper_GetOrientationModeMaxValue_11 (HandleRef pThis) |
static internal int | vtkGlyph3DMapper_GetOrientationModeMinValue_12 (HandleRef pThis) |
static internal IntPtr | vtkGlyph3DMapper_GetRange_13 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_GetRange_14 (HandleRef pThis, IntPtr data) |
static internal double | vtkGlyph3DMapper_GetScaleFactor_15 (HandleRef pThis) |
static internal int | vtkGlyph3DMapper_GetScaleMode_16 (HandleRef pThis) |
static internal IntPtr | vtkGlyph3DMapper_GetScaleModeAsString_17 (HandleRef pThis) |
static internal byte | vtkGlyph3DMapper_GetScaling_18 (HandleRef pThis) |
static internal uint | vtkGlyph3DMapper_GetSelectionColorId_19 (HandleRef pThis) |
static internal IntPtr | vtkGlyph3DMapper_GetSource_20 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGlyph3DMapper_GetSourceIndexing_21 (HandleRef pThis) |
static internal byte | vtkGlyph3DMapper_GetSupportsSelection_22 (HandleRef pThis) |
static internal int | vtkGlyph3DMapper_IsA_23 (HandleRef pThis, string type) |
static internal int | vtkGlyph3DMapper_IsTypeOf_24 (string type) |
static internal void | vtkGlyph3DMapper_MaskingOff_25 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_MaskingOn_26 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_NestedDisplayListsOff_27 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_NestedDisplayListsOn_28 (HandleRef pThis) |
static internal IntPtr | vtkGlyph3DMapper_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGlyph3DMapper_OrientOff_31 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_OrientOn_32 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_Render_33 (HandleRef pThis, HandleRef ren, HandleRef act) |
static internal IntPtr | vtkGlyph3DMapper_SafeDownCast_34 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGlyph3DMapper_ScalingOff_35 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_ScalingOn_36 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SetClamping_37 (HandleRef pThis, byte _arg) |
static internal void | vtkGlyph3DMapper_SetMaskArray_38 (HandleRef pThis, string maskarrayname) |
static internal void | vtkGlyph3DMapper_SetMaskArray_39 (HandleRef pThis, int fieldAttributeType) |
static internal void | vtkGlyph3DMapper_SetMasking_40 (HandleRef pThis, byte _arg) |
static internal void | vtkGlyph3DMapper_SetNestedDisplayLists_41 (HandleRef pThis, byte _arg) |
static internal void | vtkGlyph3DMapper_SetOrient_42 (HandleRef pThis, byte _arg) |
static internal void | vtkGlyph3DMapper_SetOrientationArray_43 (HandleRef pThis, string orientationarrayname) |
static internal void | vtkGlyph3DMapper_SetOrientationArray_44 (HandleRef pThis, int fieldAttributeType) |
static internal void | vtkGlyph3DMapper_SetOrientationMode_45 (HandleRef pThis, int _arg) |
static internal void | vtkGlyph3DMapper_SetOrientationModeToDirection_46 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SetOrientationModeToRotation_47 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SetRange_48 (HandleRef pThis, double _arg1, double _arg2) |
static internal void | vtkGlyph3DMapper_SetRange_49 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGlyph3DMapper_SetScaleArray_50 (HandleRef pThis, string scalarsarrayname) |
static internal void | vtkGlyph3DMapper_SetScaleArray_51 (HandleRef pThis, int fieldAttributeType) |
static internal void | vtkGlyph3DMapper_SetScaleFactor_52 (HandleRef pThis, double _arg) |
static internal void | vtkGlyph3DMapper_SetScaleMode_53 (HandleRef pThis, int _arg) |
static internal void | vtkGlyph3DMapper_SetScaleModeToNoDataScaling_54 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SetScaleModeToScaleByMagnitude_55 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SetScaleModeToScaleByVectorComponents_56 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SetScaling_57 (HandleRef pThis, byte _arg) |
static internal void | vtkGlyph3DMapper_SetSelectMode_58 (HandleRef pThis, int _arg) |
static internal void | vtkGlyph3DMapper_SetSelectionColorId_59 (HandleRef pThis, uint _arg) |
static internal void | vtkGlyph3DMapper_SetSource_60 (HandleRef pThis, int idx, HandleRef pd) |
static internal void | vtkGlyph3DMapper_SetSource_61 (HandleRef pThis, HandleRef pd) |
static internal void | vtkGlyph3DMapper_SetSourceConnection_62 (HandleRef pThis, int idx, HandleRef algOutput) |
static internal void | vtkGlyph3DMapper_SetSourceConnection_63 (HandleRef pThis, HandleRef algOutput) |
static internal void | vtkGlyph3DMapper_SetSourceIndexArray_64 (HandleRef pThis, string arrayname) |
static internal void | vtkGlyph3DMapper_SetSourceIndexArray_65 (HandleRef pThis, int fieldAttributeType) |
static internal void | vtkGlyph3DMapper_SetSourceIndexing_66 (HandleRef pThis, byte _arg) |
static internal void | vtkGlyph3DMapper_SourceIndexingOff_67 (HandleRef pThis) |
static internal void | vtkGlyph3DMapper_SourceIndexingOn_68 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkGlyph3DMapper () |
Automatically generated type registration mechanics. |
vtkGlyph3DMapper - vtkGlyph3D on the GPU.
Description Do the same job than vtkGlyph3D but on the GPU. For this reason, it is a mapper not a vtkPolyDataAlgorithm. Also, some methods of vtkGlyph3D don't make sense in vtkGlyph3DMapper: GeneratePointIds, old-style SetSource, PointIdsName, IsPointVisible. Implementation
static Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkGlyph3DMapper.ClampingOff | ( | ) | [virtual] |
Turn on/off clamping of data values to scale with to the specified range.
virtual void Kitware.VTK.vtkGlyph3DMapper.ClampingOn | ( | ) | [virtual] |
Turn on/off clamping of data values to scale with to the specified range.
override void Kitware.VTK.vtkGlyph3DMapper.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.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
override double [] Kitware.VTK.vtkGlyph3DMapper.GetBounds | ( | ) | [virtual] |
Redefined to take into account the bounds of the scaled glyphs.
Reimplemented from Kitware.VTK.vtkMapper.
override void Kitware.VTK.vtkGlyph3DMapper.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Same as superclass. Appear again to stop warnings about hidden method.
Reimplemented from Kitware.VTK.vtkMapper.
virtual bool Kitware.VTK.vtkGlyph3DMapper.GetClamping | ( | ) | [virtual] |
Turn on/off clamping of data values to scale with to the specified range.
virtual bool Kitware.VTK.vtkGlyph3DMapper.GetMasking | ( | ) | [virtual] |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false.
virtual bool Kitware.VTK.vtkGlyph3DMapper.GetNestedDisplayLists | ( | ) | [virtual] |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true.
virtual bool Kitware.VTK.vtkGlyph3DMapper.GetOrient | ( | ) | [virtual] |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used.
virtual int Kitware.VTK.vtkGlyph3DMapper.GetOrientationMode | ( | ) | [virtual] |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
virtual int Kitware.VTK.vtkGlyph3DMapper.GetOrientationModeMaxValue | ( | ) | [virtual] |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
virtual int Kitware.VTK.vtkGlyph3DMapper.GetOrientationModeMinValue | ( | ) | [virtual] |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
virtual double [] Kitware.VTK.vtkGlyph3DMapper.GetRange | ( | ) | [virtual] |
Specify range to map scalar values into.
virtual void Kitware.VTK.vtkGlyph3DMapper.GetRange | ( | IntPtr | data | ) | [virtual] |
Specify range to map scalar values into.
virtual double Kitware.VTK.vtkGlyph3DMapper.GetScaleFactor | ( | ) | [virtual] |
Specify scale factor to scale object by. This is used only when Scaling is On.
virtual int Kitware.VTK.vtkGlyph3DMapper.GetScaleMode | ( | ) | [virtual] |
Either scale by individual components (SCALE_BY_COMPONENTS) or magnitude (SCALE_BY_MAGNITUDE) of the chosen array to SCALE with or disable scaling using data array all together (NO_DATA_SCALING). Default is NO_DATA_SCALING.
Specify scale factor to scale object by. This is used only when Scaling is On.
virtual bool Kitware.VTK.vtkGlyph3DMapper.GetScaling | ( | ) | [virtual] |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly.
virtual uint Kitware.VTK.vtkGlyph3DMapper.GetSelectionColorId | ( | ) | [virtual] |
For selection by color id mode (not for end-user, called by vtkGlyphSelectionRenderMode). 0 is reserved for miss. it has to start at 1. Initial value is 1.
Get a pointer to a source object at a specified table location.
virtual bool Kitware.VTK.vtkGlyph3DMapper.GetSourceIndexing | ( | ) | [virtual] |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray().
override bool Kitware.VTK.vtkGlyph3DMapper.GetSupportsSelection | ( | ) | [virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection.
Reimplemented from Kitware.VTK.vtkMapper.
override int Kitware.VTK.vtkGlyph3DMapper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
static new int Kitware.VTK.vtkGlyph3DMapper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
virtual void Kitware.VTK.vtkGlyph3DMapper.MaskingOff | ( | ) | [virtual] |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false.
virtual void Kitware.VTK.vtkGlyph3DMapper.MaskingOn | ( | ) | [virtual] |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false.
virtual void Kitware.VTK.vtkGlyph3DMapper.NestedDisplayListsOff | ( | ) | [virtual] |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true.
virtual void Kitware.VTK.vtkGlyph3DMapper.NestedDisplayListsOn | ( | ) | [virtual] |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true.
static new vtkGlyph3DMapper Kitware.VTK.vtkGlyph3DMapper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
virtual void Kitware.VTK.vtkGlyph3DMapper.OrientOff | ( | ) | [virtual] |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used.
virtual void Kitware.VTK.vtkGlyph3DMapper.OrientOn | ( | ) | [virtual] |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used.
override void Kitware.VTK.vtkGlyph3DMapper.Render | ( | vtkRenderer | ren, |
vtkActor | act | ||
) | [virtual] |
All the work is done is derived classes.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
static new vtkGlyph3DMapper Kitware.VTK.vtkGlyph3DMapper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
virtual void Kitware.VTK.vtkGlyph3DMapper.ScalingOff | ( | ) | [virtual] |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly.
virtual void Kitware.VTK.vtkGlyph3DMapper.ScalingOn | ( | ) | [virtual] |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetClamping | ( | bool | _arg | ) | [virtual] |
Turn on/off clamping of data values to scale with to the specified range.
void Kitware.VTK.vtkGlyph3DMapper.SetMaskArray | ( | string | maskarrayname | ) |
Set the name of the point array to use as a mask for generating the glyphs. This is a convenience method. The same effect can be achieved by using SetInputArrayToProcess(vtkGlyph3DMapper::MASK, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, maskarrayname)
void Kitware.VTK.vtkGlyph3DMapper.SetMaskArray | ( | int | fieldAttributeType | ) |
Set the point attribute to use as a mask for generating the glyphs. fieldAttributeType
is one of the following:
virtual void Kitware.VTK.vtkGlyph3DMapper.SetMasking | ( | bool | _arg | ) | [virtual] |
Tells the mapper to skip glyphing input points that haves false values in the mask array. If there is no mask array (id access mode is set and there is no such id, or array name access mode is set and the there is no such name), masking is silently ignored. A mask array is a vtkBitArray with only one component. Initial value is false.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetNestedDisplayLists | ( | bool | _arg | ) | [virtual] |
If immediate mode is off, if NestedDisplayLists is false, only the mappers of each glyph use display lists. If true, in addition, matrices transforms and color per glyph are also in a parent display list. Not relevant if immediate mode is on. For debugging/profiling purpose. Initial value is true.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetOrient | ( | bool | _arg | ) | [virtual] |
Turn on/off orienting of input geometry. When turned on, the orientation array specified using SetOrientationArray() will be used.
void Kitware.VTK.vtkGlyph3DMapper.SetOrientationArray | ( | string | orientationarrayname | ) |
Tells the mapper to use an orientation array if Orient is true. An orientation array is a vtkDataArray with 3 components. The first component is the angle of rotation along the X axis. The second component is the angle of rotation along the Y axis. The third component is the angle of rotation along the Z axis. Orientation is specified in X,Y,Z order but the rotations are performed in Z,X an Y. This definition is compliant with SetOrientation method on vtkProp3D. By using vector or normal there is a degree of freedom or rotation left (underconstrained). With the orientation array, there is no degree of freedom left. This is convenience method. The same effect can be achieved by using SetInputArrayToProcess(vtkGlyph3DMapper::ORIENTATION, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, orientationarrayname);.
void Kitware.VTK.vtkGlyph3DMapper.SetOrientationArray | ( | int | fieldAttributeType | ) |
Tells the mapper to use an orientation array if Orient is true. An orientation array is a vtkDataArray with 3 components. The first component is the angle of rotation along the X axis. The second component is the angle of rotation along the Y axis. The third component is the angle of rotation along the Z axis. Orientation is specified in X,Y,Z order but the rotations are performed in Z,X an Y. This definition is compliant with SetOrientation method on vtkProp3D. By using vector or normal there is a degree of freedom or rotation left (underconstrained). With the orientation array, there is no degree of freedom left. fieldAttributeType
is one of the following:
virtual void Kitware.VTK.vtkGlyph3DMapper.SetOrientationMode | ( | int | _arg | ) | [virtual] |
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
Orientation mode indicates if the OrientationArray provides the direction vector for the orientation or the rotations around each axes. Default is DIRECTION.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetRange | ( | double | _arg1, |
double | _arg2 | ||
) | [virtual] |
Specify range to map scalar values into.
void Kitware.VTK.vtkGlyph3DMapper.SetRange | ( | IntPtr | _arg | ) |
Specify range to map scalar values into.
void Kitware.VTK.vtkGlyph3DMapper.SetScaleArray | ( | string | scalarsarrayname | ) |
Convenience method to set the array to scale with. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SCALE, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, scalarsarrayname).
void Kitware.VTK.vtkGlyph3DMapper.SetScaleArray | ( | int | fieldAttributeType | ) |
Convenience method to set the array to scale with. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SCALE, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, fieldAttributeType).
virtual void Kitware.VTK.vtkGlyph3DMapper.SetScaleFactor | ( | double | _arg | ) | [virtual] |
Specify scale factor to scale object by. This is used only when Scaling is On.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetScaleMode | ( | int | _arg | ) | [virtual] |
Either scale by individual components (SCALE_BY_COMPONENTS) or magnitude (SCALE_BY_MAGNITUDE) of the chosen array to SCALE with or disable scaling using data array all together (NO_DATA_SCALING). Default is NO_DATA_SCALING.
Specify scale factor to scale object by. This is used only when Scaling is On.
Specify scale factor to scale object by. This is used only when Scaling is On.
Specify scale factor to scale object by. This is used only when Scaling is On.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetScaling | ( | bool | _arg | ) | [virtual] |
Turn on/off scaling of source geometry. When turned on, ScaleFactor controls the scale applied. To scale with some data array, ScaleMode should be set accordingly.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetSelectionColorId | ( | uint | _arg | ) | [virtual] |
For selection by color id mode (not for end-user, called by vtkGlyphSelectionRenderMode). 0 is reserved for miss. it has to start at 1. Initial value is 1.
virtual void Kitware.VTK.vtkGlyph3DMapper.SetSelectMode | ( | int | _arg | ) | [virtual] |
Called by vtkGlyphSelectionRenderMode.
void Kitware.VTK.vtkGlyph3DMapper.SetSource | ( | int | idx, |
vtkPolyData | pd | ||
) |
Specify a source object at a specified table location.
Set the source to use for he glyph. Old style. See SetSourceConnection.
void Kitware.VTK.vtkGlyph3DMapper.SetSourceConnection | ( | int | idx, |
vtkAlgorithmOutput | algOutput | ||
) |
Specify a source object at a specified table location. New style. Source connection is stored in port 1. This method is equivalent to SetInputConnection(1, id, outputPort).
void Kitware.VTK.vtkGlyph3DMapper.SetSourceConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Specify a source object at a specified table location. New style. Source connection is stored in port 1. This method is equivalent to SetInputConnection(1, id, outputPort).
void Kitware.VTK.vtkGlyph3DMapper.SetSourceIndexArray | ( | string | arrayname | ) |
Convenience method to set the array to use as index within the sources. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SOURCE_INDEX, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, arrayname).
void Kitware.VTK.vtkGlyph3DMapper.SetSourceIndexArray | ( | int | fieldAttributeType | ) |
Convenience method to set the array to use as index within the sources. This is same as calling SetInputArrayToProcess(vtkGlyph3DMapper::SOURCE_INDEX, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, fieldAttributeType).
virtual void Kitware.VTK.vtkGlyph3DMapper.SetSourceIndexing | ( | bool | _arg | ) | [virtual] |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray().
virtual void Kitware.VTK.vtkGlyph3DMapper.SourceIndexingOff | ( | ) | [virtual] |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray().
virtual void Kitware.VTK.vtkGlyph3DMapper.SourceIndexingOn | ( | ) | [virtual] |
Enable/disable indexing into table of the glyph sources. When disabled, only the 1st source input will be used to generate the glyph. Otherwise the source index array will be used to select the glyph source. The source index array can be specified using SetSourceIndexArray().
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_ClampingOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_ClampingOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetBounds_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetBounds_04 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetClamping_05 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetMasking_06 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetNestedDisplayLists_07 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetOrient_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetOrientationMode_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetOrientationModeAsString_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetOrientationModeMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetOrientationModeMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetRange_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetRange_14 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal double Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetScaleFactor_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetScaleMode_16 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetScaleModeAsString_17 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetScaling_18 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetSelectionColorId_19 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetSource_20 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetSourceIndexing_21 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_GetSupportsSelection_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_IsA_23 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_IsTypeOf_24 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_MaskingOff_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_MaskingOn_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_NestedDisplayListsOff_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_NestedDisplayListsOn_28 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_NewInstance_30 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_OrientOff_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_OrientOn_32 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_Render_33 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
HandleRef | act | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SafeDownCast_34 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_ScalingOff_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_ScalingOn_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetClamping_37 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetMaskArray_38 | ( | HandleRef | pThis, |
string | maskarrayname | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetMaskArray_39 | ( | HandleRef | pThis, |
int | fieldAttributeType | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetMasking_40 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetNestedDisplayLists_41 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetOrient_42 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetOrientationArray_43 | ( | HandleRef | pThis, |
string | orientationarrayname | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetOrientationArray_44 | ( | HandleRef | pThis, |
int | fieldAttributeType | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetOrientationMode_45 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetOrientationModeToDirection_46 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetOrientationModeToRotation_47 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetRange_48 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetRange_49 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleArray_50 | ( | HandleRef | pThis, |
string | scalarsarrayname | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleArray_51 | ( | HandleRef | pThis, |
int | fieldAttributeType | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleFactor_52 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleMode_53 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleModeToNoDataScaling_54 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleModeToScaleByMagnitude_55 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaleModeToScaleByVectorComponents_56 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetScaling_57 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSelectionColorId_59 | ( | HandleRef | pThis, |
uint | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSelectMode_58 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSource_60 | ( | HandleRef | pThis, |
int | idx, | ||
HandleRef | pd | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSource_61 | ( | HandleRef | pThis, |
HandleRef | pd | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSourceConnection_62 | ( | HandleRef | pThis, |
int | idx, | ||
HandleRef | algOutput | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSourceConnection_63 | ( | HandleRef | pThis, |
HandleRef | algOutput | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSourceIndexArray_64 | ( | HandleRef | pThis, |
string | arrayname | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSourceIndexArray_65 | ( | HandleRef | pThis, |
int | fieldAttributeType | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SetSourceIndexing_66 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SourceIndexingOff_67 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGlyph3DMapper.vtkGlyph3DMapper_SourceIndexingOn_68 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkGlyph3DMapper.MRClassNameKey = "16vtkGlyph3DMapper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.
new const string Kitware.VTK.vtkGlyph3DMapper.MRFullTypeName = "Kitware.VTK.vtkGlyph3DMapper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMapper.
Reimplemented in Kitware.VTK.vtkOpenGLGlyph3DMapper.