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

vtkPolyDataMapper2D - draw vtkPolyData onto the image plane More...

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

List of all members.

Public Member Functions

 vtkPolyDataMapper2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPolyDataMapper2D ()
 Undocumented Block.
void ColorByArrayComponent (int arrayNum, int component)
 Choose which component of which field data array to color by.
void ColorByArrayComponent (string arrayName, int component)
 Choose which component of which field data array to color by.
virtual void CreateDefaultLookupTable ()
 Create default lookup table. Generally used to create one when none is available with the scalar data.
int GetArrayAccessMode ()
 Get the array name or number and component to color by.
int GetArrayComponent ()
 Get the array name or number and component to color by.
int GetArrayId ()
 Get the array name or number and component to color by.
string GetArrayName ()
 Get the array name or number and component to color by.
virtual int GetColorMode ()
 Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)
string GetColorModeAsString ()
 Return the method of coloring scalar data.
vtkPolyData GetInput ()
 Set the input to the mapper.
vtkScalarsToColors GetLookupTable ()
 Specify a lookup table for the mapper to use.
override uint GetMTime ()
 Overload standard modified time function. If lookup table is modified, then this object is modified as well.
virtual int GetScalarMode ()
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
virtual double[] GetScalarRange ()
 Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.
virtual void GetScalarRange (IntPtr data)
 Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.
virtual int GetScalarVisibility ()
 Turn on/off flag to control whether scalar data is used to color objects.
virtual vtkCoordinate GetTransformCoordinate ()
 Specify a vtkCoordinate object to be used to transform the vtkPolyData point coordinates. By default (no vtkCoordinate specified), the point coordinates are taken as local display coordinates.
virtual int GetUseLookupTableScalarRange ()
 Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.
override int IsA (string type)
 Undocumented Block.
vtkUnsignedCharArray MapScalars (double alpha)
 Map the scalars (if there are any scalars and ScalarVisibility is on) through the lookup table, returning an unsigned char RGBA array. This is typically done as part of the rendering process. The alpha parameter allows the blending of the scalars with an additional alpha (typically which comes from a vtkActor, etc.)
new vtkPolyDataMapper2D NewInstance ()
 Undocumented Block.
virtual void ScalarVisibilityOff ()
 Turn on/off flag to control whether scalar data is used to color objects.
virtual void ScalarVisibilityOn ()
 Turn on/off flag to control whether scalar data is used to color objects.
virtual void SetColorMode (int _arg)
 Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)
void SetColorModeToDefault ()
 Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)
void SetColorModeToMapScalars ()
 Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)
void SetInput (vtkPolyData arg0)
 Set the input to the mapper.
void SetLookupTable (vtkScalarsToColors lut)
 Specify a lookup table for the mapper to use.
virtual void SetScalarMode (int _arg)
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
void SetScalarModeToDefault ()
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
void SetScalarModeToUseCellData ()
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
void SetScalarModeToUseCellFieldData ()
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
void SetScalarModeToUsePointData ()
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
void SetScalarModeToUsePointFieldData ()
 Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.
virtual void SetScalarRange (double _arg1, double _arg2)
 Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.
void SetScalarRange (IntPtr _arg)
 Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.
virtual void SetScalarVisibility (int _arg)
 Turn on/off flag to control whether scalar data is used to color objects.
virtual void SetTransformCoordinate (vtkCoordinate arg0)
 Specify a vtkCoordinate object to be used to transform the vtkPolyData point coordinates. By default (no vtkCoordinate specified), the point coordinates are taken as local display coordinates.
virtual void SetUseLookupTableScalarRange (int _arg)
 Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.
new void ShallowCopy (vtkAbstractMapper m)
 Make a shallow copy of this mapper.
virtual void UseLookupTableScalarRangeOff ()
 Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.
virtual void UseLookupTableScalarRangeOn ()
 Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.

Static Public Member Functions

static new vtkPolyDataMapper2D New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPolyDataMapper2D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkPolyDataMapper2D"
 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 vtkPolyDataMapper2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataMapper2D_ColorByArrayComponent_01 (HandleRef pThis, int arrayNum, int component)
static internal void vtkPolyDataMapper2D_ColorByArrayComponent_02 (HandleRef pThis, string arrayName, int component)
static internal void vtkPolyDataMapper2D_CreateDefaultLookupTable_03 (HandleRef pThis)
static internal int vtkPolyDataMapper2D_GetArrayAccessMode_04 (HandleRef pThis)
static internal int vtkPolyDataMapper2D_GetArrayComponent_05 (HandleRef pThis)
static internal int vtkPolyDataMapper2D_GetArrayId_06 (HandleRef pThis)
static internal IntPtr vtkPolyDataMapper2D_GetArrayName_07 (HandleRef pThis)
static internal int vtkPolyDataMapper2D_GetColorMode_08 (HandleRef pThis)
static internal IntPtr vtkPolyDataMapper2D_GetColorModeAsString_09 (HandleRef pThis)
static internal IntPtr vtkPolyDataMapper2D_GetInput_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataMapper2D_GetLookupTable_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkPolyDataMapper2D_GetMTime_12 (HandleRef pThis)
static internal int vtkPolyDataMapper2D_GetScalarMode_13 (HandleRef pThis)
static internal IntPtr vtkPolyDataMapper2D_GetScalarRange_14 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_GetScalarRange_15 (HandleRef pThis, IntPtr data)
static internal int vtkPolyDataMapper2D_GetScalarVisibility_16 (HandleRef pThis)
static internal IntPtr vtkPolyDataMapper2D_GetTransformCoordinate_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPolyDataMapper2D_GetUseLookupTableScalarRange_18 (HandleRef pThis)
static internal int vtkPolyDataMapper2D_IsA_19 (HandleRef pThis, string type)
static internal int vtkPolyDataMapper2D_IsTypeOf_20 (string type)
static internal IntPtr vtkPolyDataMapper2D_MapScalars_21 (HandleRef pThis, double alpha, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataMapper2D_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataMapper2D_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataMapper2D_ScalarVisibilityOff_25 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_ScalarVisibilityOn_26 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetColorMode_27 (HandleRef pThis, int _arg)
static internal void vtkPolyDataMapper2D_SetColorModeToDefault_28 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetColorModeToMapScalars_29 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetInput_30 (HandleRef pThis, HandleRef arg0)
static internal void vtkPolyDataMapper2D_SetLookupTable_31 (HandleRef pThis, HandleRef lut)
static internal void vtkPolyDataMapper2D_SetScalarMode_32 (HandleRef pThis, int _arg)
static internal void vtkPolyDataMapper2D_SetScalarModeToDefault_33 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetScalarModeToUseCellData_34 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetScalarModeToUseCellFieldData_35 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetScalarModeToUsePointData_36 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetScalarModeToUsePointFieldData_37 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_SetScalarRange_38 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkPolyDataMapper2D_SetScalarRange_39 (HandleRef pThis, IntPtr _arg)
static internal void vtkPolyDataMapper2D_SetScalarVisibility_40 (HandleRef pThis, int _arg)
static internal void vtkPolyDataMapper2D_SetTransformCoordinate_41 (HandleRef pThis, HandleRef arg0)
static internal void vtkPolyDataMapper2D_SetUseLookupTableScalarRange_42 (HandleRef pThis, int _arg)
static internal void vtkPolyDataMapper2D_ShallowCopy_43 (HandleRef pThis, HandleRef m)
static internal void vtkPolyDataMapper2D_UseLookupTableScalarRangeOff_44 (HandleRef pThis)
static internal void vtkPolyDataMapper2D_UseLookupTableScalarRangeOn_45 (HandleRef pThis)

Static Private Member Functions

static vtkPolyDataMapper2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPolyDataMapper2D - draw vtkPolyData onto the image plane

Description vtkPolyDataMapper2D is a mapper that renders 3D polygonal data (vtkPolyData) onto the 2D image plane (i.e., the renderer's viewport). By default, the 3D data is transformed into 2D data by ignoring the z-coordinate of the 3D points in vtkPolyData, and taking the x-y values as local display values (i.e., pixel coordinates). Alternatively, you can provide a vtkCoordinate object that will transform the data into local display coordinates (use the vtkCoordinate::SetCoordinateSystem() methods to indicate which coordinate system you are transforming the data from).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkPolyDataMapper2D.ColorByArrayComponent ( int  arrayNum,
int  component 
)

Choose which component of which field data array to color by.

void Kitware.VTK.vtkPolyDataMapper2D.ColorByArrayComponent ( string  arrayName,
int  component 
)

Choose which component of which field data array to color by.

Create default lookup table. Generally used to create one when none is available with the scalar data.

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

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

Get the array name or number and component to color by.

Get the array name or number and component to color by.

Get the array name or number and component to color by.

Get the array name or number and component to color by.

Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)

Return the method of coloring scalar data.

Set the input to the mapper.

Here is the call graph for this function:

Specify a lookup table for the mapper to use.

Here is the call graph for this function:

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

Overload standard modified time function. If lookup table is modified, then this object is modified as well.

Reimplemented from Kitware.VTK.vtkAbstractMapper.

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

virtual double [] Kitware.VTK.vtkPolyDataMapper2D.GetScalarRange ( ) [virtual]

Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.

virtual void Kitware.VTK.vtkPolyDataMapper2D.GetScalarRange ( IntPtr  data) [virtual]

Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.

Turn on/off flag to control whether scalar data is used to color objects.

Specify a vtkCoordinate object to be used to transform the vtkPolyData point coordinates. By default (no vtkCoordinate specified), the point coordinates are taken as local display coordinates.

Here is the call graph for this function:

Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

Map the scalars (if there are any scalars and ScalarVisibility is on) through the lookup table, returning an unsigned char RGBA array. This is typically done as part of the rendering process. The alpha parameter allows the blending of the scalars with an additional alpha (typically which comes from a vtkActor, etc.)

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

Here is the call graph for this function:

Turn on/off flag to control whether scalar data is used to color objects.

Turn on/off flag to control whether scalar data is used to color objects.

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

Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)

Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)

Control how the scalar data is mapped to colors. By default (ColorModeToDefault), unsigned char scalars are treated as colors, and NOT mapped through the lookup table, while everything else is. Setting ColorModeToMapScalars means that all scalar data will be mapped through the lookup table. (Note that for multi-component scalars, the particular component to use for mapping can be specified using the ColorByArrayComponent() method.)

Set the input to the mapper.

Specify a lookup table for the mapper to use.

virtual void Kitware.VTK.vtkPolyDataMapper2D.SetScalarMode ( int  _arg) [virtual]

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call ColorByArrayComponent before you call GetColors.

virtual void Kitware.VTK.vtkPolyDataMapper2D.SetScalarRange ( double  _arg1,
double  _arg2 
) [virtual]

Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.

Specify range in terms of scalar minimum and maximum (smin,smax). These values are used to map scalars into lookup table. Has no effect when UseLookupTableScalarRange is true.

virtual void Kitware.VTK.vtkPolyDataMapper2D.SetScalarVisibility ( int  _arg) [virtual]

Turn on/off flag to control whether scalar data is used to color objects.

Specify a vtkCoordinate object to be used to transform the vtkPolyData point coordinates. By default (no vtkCoordinate specified), the point coordinates are taken as local display coordinates.

Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.

Make a shallow copy of this mapper.

Reimplemented from Kitware.VTK.vtkAbstractMapper.

Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.

Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting. By default the Mapper is allowed to set the LookupTable range, but users who are sharing LookupTables between mappers/actors will probably wish to force the mapper to use the LookupTable unchanged.

static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_ColorByArrayComponent_01 ( HandleRef  pThis,
int  arrayNum,
int  component 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_ColorByArrayComponent_02 ( HandleRef  pThis,
string  arrayName,
int  component 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_CreateDefaultLookupTable_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetArrayAccessMode_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetArrayComponent_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetArrayId_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetArrayName_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetColorMode_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetColorModeAsString_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetInput_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetLookupTable_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetMTime_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetScalarMode_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetScalarRange_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetScalarRange_15 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetScalarVisibility_16 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_GetTransformCoordinate_17 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_IsTypeOf_20 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_MapScalars_21 ( HandleRef  pThis,
double  alpha,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_ScalarVisibilityOff_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_ScalarVisibilityOn_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetColorMode_27 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetColorModeToDefault_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetColorModeToMapScalars_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetInput_30 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetLookupTable_31 ( HandleRef  pThis,
HandleRef  lut 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetScalarMode_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetScalarModeToDefault_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetScalarModeToUseCellData_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetScalarRange_38 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetScalarRange_39 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetScalarVisibility_40 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetTransformCoordinate_41 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_SetUseLookupTableScalarRange_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataMapper2D.vtkPolyDataMapper2D_ShallowCopy_43 ( HandleRef  pThis,
HandleRef  m 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPolyDataMapper2D.MRClassNameKey = "19vtkPolyDataMapper2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkOpenGLPolyDataMapper2D.


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