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

vtkGenericGlyph3DFilter - copy oriented and scaled glyph geometry to every input point More...

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

List of all members.

Public Member Functions

 vtkGenericGlyph3DFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGenericGlyph3DFilter ()
 Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.
virtual void ClampingOff ()
 Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)
virtual void ClampingOn ()
 Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)
virtual void GeneratePointIdsOff ()
 Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.
virtual void GeneratePointIdsOn ()
 Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.
virtual int GetClamping ()
 Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)
virtual int GetColorMode ()
 Either color by scale, scalar or by vector/normal magnitude.
string GetColorModeAsString ()
 Return the method of coloring as a descriptive character string.
virtual int GetGeneratePointIds ()
 Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.
virtual int GetIndexMode ()
 Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.
string GetIndexModeAsString ()
 Return the index mode as a character string.
virtual string GetInputNormalsSelection ()
 If you want to use an arbitrary normals array, then set its name here. By default this in NULL and the filter will use the active normal array.
virtual string GetInputScalarsSelection ()
 If you want to use an arbitrary scalars array, then set its name here. By default this in NULL and the filter will use the active scalar array.
virtual string GetInputVectorsSelection ()
 If you want to use an arbitrary vectors array, then set its name here. By default this in NULL and the filter will use the active vector array.
virtual int GetOrient ()
 Turn on/off orienting of input geometry along vector/normal.
virtual string GetPointIdsName ()
 Set/Get the name of the PointIds array if generated. By default the Ids are named "InputPointIds", but this can be changed with this function.
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.
virtual int GetScaleMode ()
 Either scale by scalar or by vector/normal magnitude.
string GetScaleModeAsString ()
 Return the method of scaling as a descriptive character string.
virtual int GetScaling ()
 Turn on/off scaling of source geometry.
vtkPolyData GetSource (int id)
 Get a pointer to a source object at a specified table location.
virtual int GetVectorMode ()
 Specify whether to use vector or normal to perform vector operations.
string GetVectorModeAsString ()
 Return the vector mode as a character string.
override int IsA (string type)
 Undocumented Block.
new vtkGenericGlyph3DFilter NewInstance ()
 Undocumented Block.
virtual void OrientOff ()
 Turn on/off orienting of input geometry along vector/normal.
virtual void OrientOn ()
 Turn on/off orienting of input geometry along vector/normal.
virtual void ScalingOff ()
 Turn on/off scaling of source geometry.
virtual void ScalingOn ()
 Turn on/off scaling of source geometry.
void SelectInputNormals (string fieldName)
 If you want to use an arbitrary normals array, then set its name here. By default this in NULL and the filter will use the active normal array.
void SelectInputScalars (string fieldName)
 If you want to use an arbitrary scalars array, then set its name here. By default this in NULL and the filter will use the active scalar array.
void SelectInputVectors (string fieldName)
 If you want to use an arbitrary vectors array, then set its name here. By default this in NULL and the filter will use the active vector array.
virtual void SetClamping (int _arg)
 Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)
virtual void SetColorMode (int _arg)
 Either color by scale, scalar or by vector/normal magnitude.
void SetColorModeToColorByScalar ()
 Either color by scale, scalar or by vector/normal magnitude.
void SetColorModeToColorByScale ()
 Either color by scale, scalar or by vector/normal magnitude.
void SetColorModeToColorByVector ()
 Either color by scale, scalar or by vector/normal magnitude.
virtual void SetGeneratePointIds (int _arg)
 Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.
virtual void SetIndexMode (int _arg)
 Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.
void SetIndexModeToOff ()
 Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.
void SetIndexModeToScalar ()
 Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.
void SetIndexModeToVector ()
 Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.
virtual void SetOrient (int _arg)
 Turn on/off orienting of input geometry along vector/normal.
virtual void SetPointIdsName (string _arg)
 Set/Get the name of the PointIds array if generated. By default the Ids are named "InputPointIds", but this can be changed with this function.
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.
virtual void SetScaleFactor (double _arg)
 Specify scale factor to scale object by.
virtual void SetScaleMode (int _arg)
 Either scale by scalar or by vector/normal magnitude.
void SetScaleModeToDataScalingOff ()
 Either scale by scalar or by vector/normal magnitude.
void SetScaleModeToScaleByScalar ()
 Either scale by scalar or by vector/normal magnitude.
void SetScaleModeToScaleByVector ()
 Either scale by scalar or by vector/normal magnitude.
void SetScaleModeToScaleByVectorComponents ()
 Either scale by scalar or by vector/normal magnitude.
virtual void SetScaling (int _arg)
 Turn on/off scaling of source geometry.
void SetSource (vtkPolyData pd)
 Set the source to use for the glyph.
void SetSource (int id, vtkPolyData pd)
 Specify a source object at a specified table location.
virtual void SetVectorMode (int _arg)
 Specify whether to use vector or normal to perform vector operations.
void SetVectorModeToUseNormal ()
 Specify whether to use vector or normal to perform vector operations.
void SetVectorModeToUseVector ()
 Specify whether to use vector or normal to perform vector operations.
void SetVectorModeToVectorRotationOff ()
 Specify whether to use vector or normal to perform vector operations.

Static Public Member Functions

static new vtkGenericGlyph3DFilter New ()
 Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGenericGlyph3DFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkGenericGlyph3DFilter"
 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 vtkGenericGlyph3DFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericGlyph3DFilter_ClampingOff_01 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_ClampingOn_02 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_GeneratePointIdsOff_03 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_GeneratePointIdsOn_04 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetClamping_05 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetColorMode_06 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetColorModeAsString_07 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetGeneratePointIds_08 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetIndexMode_09 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetIndexModeAsString_10 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetInputNormalsSelection_11 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetInputScalarsSelection_12 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetInputVectorsSelection_13 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetOrient_14 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetPointIdsName_15 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetRange_16 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_GetRange_17 (HandleRef pThis, IntPtr data)
static internal double vtkGenericGlyph3DFilter_GetScaleFactor_18 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetScaleMode_19 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetScaleModeAsString_20 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_GetScaling_21 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetSource_22 (HandleRef pThis, int id, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGenericGlyph3DFilter_GetVectorMode_23 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_GetVectorModeAsString_24 (HandleRef pThis)
static internal int vtkGenericGlyph3DFilter_IsA_25 (HandleRef pThis, string type)
static internal int vtkGenericGlyph3DFilter_IsTypeOf_26 (string type)
static internal IntPtr vtkGenericGlyph3DFilter_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericGlyph3DFilter_OrientOff_29 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_OrientOn_30 (HandleRef pThis)
static internal IntPtr vtkGenericGlyph3DFilter_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericGlyph3DFilter_ScalingOff_32 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_ScalingOn_33 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SelectInputNormals_34 (HandleRef pThis, string fieldName)
static internal void vtkGenericGlyph3DFilter_SelectInputScalars_35 (HandleRef pThis, string fieldName)
static internal void vtkGenericGlyph3DFilter_SelectInputVectors_36 (HandleRef pThis, string fieldName)
static internal void vtkGenericGlyph3DFilter_SetClamping_37 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetColorMode_38 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetColorModeToColorByScalar_39 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetColorModeToColorByScale_40 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetColorModeToColorByVector_41 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetGeneratePointIds_42 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetIndexMode_43 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetIndexModeToOff_44 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetIndexModeToScalar_45 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetIndexModeToVector_46 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetOrient_47 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetPointIdsName_48 (HandleRef pThis, string _arg)
static internal void vtkGenericGlyph3DFilter_SetRange_49 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkGenericGlyph3DFilter_SetRange_50 (HandleRef pThis, IntPtr _arg)
static internal void vtkGenericGlyph3DFilter_SetScaleFactor_51 (HandleRef pThis, double _arg)
static internal void vtkGenericGlyph3DFilter_SetScaleMode_52 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetScaleModeToDataScalingOff_53 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetScaleModeToScaleByScalar_54 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetScaleModeToScaleByVector_55 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetScaleModeToScaleByVectorComponents_56 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetScaling_57 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetSource_58 (HandleRef pThis, HandleRef pd)
static internal void vtkGenericGlyph3DFilter_SetSource_59 (HandleRef pThis, int id, HandleRef pd)
static internal void vtkGenericGlyph3DFilter_SetVectorMode_60 (HandleRef pThis, int _arg)
static internal void vtkGenericGlyph3DFilter_SetVectorModeToUseNormal_61 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetVectorModeToUseVector_62 (HandleRef pThis)
static internal void vtkGenericGlyph3DFilter_SetVectorModeToVectorRotationOff_63 (HandleRef pThis)

Static Private Member Functions

static vtkGenericGlyph3DFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericGlyph3DFilter - copy oriented and scaled glyph geometry to every input point

Description vtkGenericGlyph3DFilter is a filter that copies a geometric representation (called a glyph) to every point in the input dataset. The glyph is defined with polygonal data from a source filter input. The glyph may be oriented along the input vectors or normals, and it may be scaled according to scalar data or vector magnitude. More than one glyph may be used by creating a table of source objects, each defining a different glyph. If a table of glyphs is defined, then the table can be indexed into by using either scalar value or vector magnitude.

To use this object you'll have to provide an input dataset and a source to define the glyph. Then decide whether you want to scale the glyph and how to scale the glyph (using scalar value or vector magnitude). Next decide whether you want to orient the glyph, and whether to use the vector data or normal data to orient it. Finally, decide whether to use a table of glyphs, or just a single glyph. If you use a table of glyphs, you'll have to decide whether to index into it with scalar value or with vector magnitude.

Caveats Contrary to vtkGlyph3D, the only way to specify which attributes will be used for scaling, coloring and orienting is through SelectInputScalars(), SelectInputVectors() and SelectInputNormals().

The scaling of the glyphs is controlled by the ScaleFactor ivar multiplied by the scalar value at each point (if VTK_SCALE_BY_SCALAR is set), or multiplied by the vector magnitude (if VTK_SCALE_BY_VECTOR is set), Alternatively (if VTK_SCALE_BY_VECTORCOMPONENTS is set), the scaling may be specified for x,y,z using the vector components. The scale factor can be further controlled by enabling clamping using the Clamping ivar. If clamping is enabled, the scale is normalized by the Range ivar, and then multiplied by the scale factor. The normalization process includes clamping the scale value between (0,1).

Typically this object operates on input data with scalar and/or vector data. However, scalar and/or vector aren't necessary, and it can be used to copy data from a single source to each point. In this case the scale factor can be used to uniformly scale the glyphs.

The object uses "vector" data to scale glyphs, orient glyphs, and/or index into a table of glyphs. You can choose to use either the vector or normal data at each input point. Use the method SetVectorModeToUseVector() to use the vector input data, and SetVectorModeToUseNormal() to use the normal input data.

If you do use a table of glyphs, make sure to set the Range ivar to make sure the index into the glyph table is computed correctly.

You can turn off scaling of the glyphs completely by using the Scaling ivar. You can also turn off scaling due to data (either vector or scalar) by using the SetScaleModeToDataScalingOff() method.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.


Member Function Documentation

Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)

Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)

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

Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.

Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.

Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)

Either color by scale, scalar or by vector/normal magnitude.

Return the method of coloring as a descriptive character string.

Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.

Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.

Return the index mode as a character string.

If you want to use an arbitrary normals array, then set its name here. By default this in NULL and the filter will use the active normal array.

If you want to use an arbitrary scalars array, then set its name here. By default this in NULL and the filter will use the active scalar array.

If you want to use an arbitrary vectors array, then set its name here. By default this in NULL and the filter will use the active vector array.

Turn on/off orienting of input geometry along vector/normal.

Set/Get the name of the PointIds array if generated. By default the Ids are named "InputPointIds", but this can be changed with this function.

virtual double [] Kitware.VTK.vtkGenericGlyph3DFilter.GetRange ( ) [virtual]

Specify range to map scalar values into.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.GetRange ( IntPtr  data) [virtual]

Specify range to map scalar values into.

Specify scale factor to scale object by.

Either scale by scalar or by vector/normal magnitude.

Return the method of scaling as a descriptive character string.

Turn on/off scaling of source geometry.

Get a pointer to a source object at a specified table location.

Here is the call graph for this function:

Specify whether to use vector or normal to perform vector operations.

Return the vector mode as a character string.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Turn on/off orienting of input geometry along vector/normal.

Turn on/off orienting of input geometry along vector/normal.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

Turn on/off scaling of source geometry.

Turn on/off scaling of source geometry.

If you want to use an arbitrary normals array, then set its name here. By default this in NULL and the filter will use the active normal array.

If you want to use an arbitrary scalars array, then set its name here. By default this in NULL and the filter will use the active scalar array.

If you want to use an arbitrary vectors array, then set its name here. By default this in NULL and the filter will use the active vector array.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetClamping ( int  _arg) [virtual]

Turn on/off clamping of "scalar" values to range. (Scalar value may be vector magnitude if ScaleByVector() is enabled.)

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetColorMode ( int  _arg) [virtual]

Either color by scale, scalar or by vector/normal magnitude.

Either color by scale, scalar or by vector/normal magnitude.

Either color by scale, scalar or by vector/normal magnitude.

Either color by scale, scalar or by vector/normal magnitude.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetGeneratePointIds ( int  _arg) [virtual]

Enable/disable the generation of point ids as part of the output. The point ids are the id of the input generating point. The point ids are stored in the output point field data and named "InputPointIds". Point generation is useful for debugging and pick operations.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetIndexMode ( int  _arg) [virtual]

Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.

Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.

Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.

Index into table of sources by scalar, by vector/normal magnitude, or no indexing. If indexing is turned off, then the first source glyph in the table of glyphs is used.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetOrient ( int  _arg) [virtual]

Turn on/off orienting of input geometry along vector/normal.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetPointIdsName ( string  _arg) [virtual]

Set/Get the name of the PointIds array if generated. By default the Ids are named "InputPointIds", but this can be changed with this function.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetRange ( double  _arg1,
double  _arg2 
) [virtual]

Specify range to map scalar values into.

Specify range to map scalar values into.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetScaleFactor ( double  _arg) [virtual]

Specify scale factor to scale object by.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetScaleMode ( int  _arg) [virtual]

Either scale by scalar or by vector/normal magnitude.

Either scale by scalar or by vector/normal magnitude.

Either scale by scalar or by vector/normal magnitude.

Either scale by scalar or by vector/normal magnitude.

Either scale by scalar or by vector/normal magnitude.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetScaling ( int  _arg) [virtual]

Turn on/off scaling of source geometry.

Set the source to use for the glyph.

Specify a source object at a specified table location.

virtual void Kitware.VTK.vtkGenericGlyph3DFilter.SetVectorMode ( int  _arg) [virtual]

Specify whether to use vector or normal to perform vector operations.

Specify whether to use vector or normal to perform vector operations.

Specify whether to use vector or normal to perform vector operations.

Specify whether to use vector or normal to perform vector operations.

static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_ClampingOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_ClampingOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GeneratePointIdsOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetClamping_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetColorMode_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetColorModeAsString_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetIndexMode_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetIndexModeAsString_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetOrient_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetPointIdsName_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetRange_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetRange_17 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal double Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetScaleFactor_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetScaleMode_19 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetScaleModeAsString_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetScaling_21 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetSource_22 ( HandleRef  pThis,
int  id,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetVectorMode_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_GetVectorModeAsString_24 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_IsA_25 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_IsTypeOf_26 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_NewInstance_28 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_OrientOff_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_OrientOn_30 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SafeDownCast_31 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_ScalingOff_32 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_ScalingOn_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SelectInputNormals_34 ( HandleRef  pThis,
string  fieldName 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SelectInputScalars_35 ( HandleRef  pThis,
string  fieldName 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SelectInputVectors_36 ( HandleRef  pThis,
string  fieldName 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetClamping_37 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetColorMode_38 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetGeneratePointIds_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetIndexMode_43 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetIndexModeToOff_44 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetOrient_47 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetPointIdsName_48 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetRange_49 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetRange_50 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetScaleFactor_51 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetScaleMode_52 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetScaling_57 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetSource_58 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetSource_59 ( HandleRef  pThis,
int  id,
HandleRef  pd 
) [private]
static internal void Kitware.VTK.vtkGenericGlyph3DFilter.vtkGenericGlyph3DFilter_SetVectorMode_60 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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