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

vtkPLYWriter - write Stanford PLY file format More...

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

List of all members.

Public Member Functions

 vtkPLYWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPLYWriter ()
 Undocumented Block.
virtual string GetArrayName ()
 Specify the array name to use to color the data.
virtual byte[] GetColor ()
 Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.
virtual void GetColor (ref byte _arg1, ref byte _arg2, ref byte _arg3)
 Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.
virtual void GetColor (IntPtr _arg)
 Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.
virtual int GetColorMode ()
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
virtual int GetComponent ()
 Specify the array component to use to color the data.
virtual int GetComponentMaxValue ()
 Specify the array component to use to color the data.
virtual int GetComponentMinValue ()
 Specify the array component to use to color the data.
virtual int GetDataByteOrder ()
 If the file type is binary, then the user can specify which byte order to use (little versus big endian).
virtual int GetDataByteOrderMaxValue ()
 If the file type is binary, then the user can specify which byte order to use (little versus big endian).
virtual int GetDataByteOrderMinValue ()
 If the file type is binary, then the user can specify which byte order to use (little versus big endian).
virtual vtkScalarsToColors GetLookupTable ()
 A lookup table can be specified in order to convert data arrays to RGBA colors.
override int IsA (string type)
 Undocumented Block.
new vtkPLYWriter NewInstance ()
 Undocumented Block.
virtual void SetArrayName (string _arg)
 Specify the array name to use to color the data.
virtual void SetColor (byte _arg1, byte _arg2, byte _arg3)
 Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.
virtual void SetColor (IntPtr _arg)
 Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.
virtual void SetColorMode (int _arg)
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
void SetColorModeToDefault ()
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
void SetColorModeToOff ()
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
void SetColorModeToUniformCellColor ()
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
void SetColorModeToUniformColor ()
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
void SetColorModeToUniformPointColor ()
 These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)
virtual void SetComponent (int _arg)
 Specify the array component to use to color the data.
virtual void SetDataByteOrder (int _arg)
 If the file type is binary, then the user can specify which byte order to use (little versus big endian).
void SetDataByteOrderToBigEndian ()
 If the file type is binary, then the user can specify which byte order to use (little versus big endian).
void SetDataByteOrderToLittleEndian ()
 If the file type is binary, then the user can specify which byte order to use (little versus big endian).
virtual void SetLookupTable (vtkScalarsToColors arg0)
 A lookup table can be specified in order to convert data arrays to RGBA colors.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkPLYWriter"
 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 vtkPLYWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPLYWriter_GetArrayName_01 (HandleRef pThis)
static internal IntPtr vtkPLYWriter_GetColor_02 (HandleRef pThis)
static internal void vtkPLYWriter_GetColor_03 (HandleRef pThis, ref byte _arg1, ref byte _arg2, ref byte _arg3)
static internal void vtkPLYWriter_GetColor_04 (HandleRef pThis, IntPtr _arg)
static internal int vtkPLYWriter_GetColorMode_05 (HandleRef pThis)
static internal int vtkPLYWriter_GetComponent_06 (HandleRef pThis)
static internal int vtkPLYWriter_GetComponentMaxValue_07 (HandleRef pThis)
static internal int vtkPLYWriter_GetComponentMinValue_08 (HandleRef pThis)
static internal int vtkPLYWriter_GetDataByteOrder_09 (HandleRef pThis)
static internal int vtkPLYWriter_GetDataByteOrderMaxValue_10 (HandleRef pThis)
static internal int vtkPLYWriter_GetDataByteOrderMinValue_11 (HandleRef pThis)
static internal IntPtr vtkPLYWriter_GetLookupTable_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPLYWriter_IsA_13 (HandleRef pThis, string type)
static internal int vtkPLYWriter_IsTypeOf_14 (string type)
static internal IntPtr vtkPLYWriter_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPLYWriter_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPLYWriter_SetArrayName_18 (HandleRef pThis, string _arg)
static internal void vtkPLYWriter_SetColor_19 (HandleRef pThis, byte _arg1, byte _arg2, byte _arg3)
static internal void vtkPLYWriter_SetColor_20 (HandleRef pThis, IntPtr _arg)
static internal void vtkPLYWriter_SetColorMode_21 (HandleRef pThis, int _arg)
static internal void vtkPLYWriter_SetColorModeToDefault_22 (HandleRef pThis)
static internal void vtkPLYWriter_SetColorModeToOff_23 (HandleRef pThis)
static internal void vtkPLYWriter_SetColorModeToUniformCellColor_24 (HandleRef pThis)
static internal void vtkPLYWriter_SetColorModeToUniformColor_25 (HandleRef pThis)
static internal void vtkPLYWriter_SetColorModeToUniformPointColor_26 (HandleRef pThis)
static internal void vtkPLYWriter_SetComponent_27 (HandleRef pThis, int _arg)
static internal void vtkPLYWriter_SetDataByteOrder_28 (HandleRef pThis, int _arg)
static internal void vtkPLYWriter_SetDataByteOrderToBigEndian_29 (HandleRef pThis)
static internal void vtkPLYWriter_SetDataByteOrderToLittleEndian_30 (HandleRef pThis)
static internal void vtkPLYWriter_SetLookupTable_31 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkPLYWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPLYWriter - write Stanford PLY file format

Description vtkPLYWriter writes polygonal data in Stanford University PLY format (see http://graphics.stanford.edu/data/3Dscanrep/). The data can be written in either binary (little or big endian) or ASCII representation. As for PointData and CellData, vtkPLYWriter cannot handle normals or vectors. It only handles RGB PointData and CellData. You need to set the name of the array (using SetName for the array and SetArrayName for the writer). If the array is not a vtkUnsignedCharArray with 3 components, you need to specify a vtkLookupTable to map the scalars to RGB.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

virtual string Kitware.VTK.vtkPLYWriter.GetArrayName ( ) [virtual]

Specify the array name to use to color the data.

virtual byte [] Kitware.VTK.vtkPLYWriter.GetColor ( ) [virtual]

Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.

virtual void Kitware.VTK.vtkPLYWriter.GetColor ( ref byte  _arg1,
ref byte  _arg2,
ref byte  _arg3 
) [virtual]

Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.

virtual void Kitware.VTK.vtkPLYWriter.GetColor ( IntPtr  _arg) [virtual]

Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.

virtual int Kitware.VTK.vtkPLYWriter.GetColorMode ( ) [virtual]

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

virtual int Kitware.VTK.vtkPLYWriter.GetComponent ( ) [virtual]

Specify the array component to use to color the data.

Specify the array component to use to color the data.

Specify the array component to use to color the data.

virtual int Kitware.VTK.vtkPLYWriter.GetDataByteOrder ( ) [virtual]

If the file type is binary, then the user can specify which byte order to use (little versus big endian).

If the file type is binary, then the user can specify which byte order to use (little versus big endian).

If the file type is binary, then the user can specify which byte order to use (little versus big endian).

A lookup table can be specified in order to convert data arrays to RGBA colors.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

static new vtkPLYWriter Kitware.VTK.vtkPLYWriter.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPLYWriter.SetArrayName ( string  _arg) [virtual]

Specify the array name to use to color the data.

virtual void Kitware.VTK.vtkPLYWriter.SetColor ( byte  _arg1,
byte  _arg2,
byte  _arg3 
) [virtual]

Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.

virtual void Kitware.VTK.vtkPLYWriter.SetColor ( IntPtr  _arg) [virtual]

Set the color to use when using a uniform color (either point or cells, or both). The color is specified as a triplet of three unsigned chars between (0,255). This only takes effect when the ColorMode is set to uniform point, uniform cell, or uniform color.

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

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

These methods enable the user to control how to add color into the PLY output file. The default behavior is as follows. The user provides the name of an array and a component number. If the type of the array is three components, unsigned char, then the data is written as three separate "red", "green" and "blue" properties. If the type is not unsigned char, and a lookup table is provided, then the array/component are mapped through the table to generate three separate "red", "green" and "blue" properties in the PLY file. The user can also set the ColorMode to specify a uniform color for the whole part (on a vertex colors, face colors, or both. (Note: vertex colors or cell colors may be written, depending on where the named array is found. If points and cells have the arrays with the same name, then both colors will be written.)

virtual void Kitware.VTK.vtkPLYWriter.SetComponent ( int  _arg) [virtual]

Specify the array component to use to color the data.

virtual void Kitware.VTK.vtkPLYWriter.SetDataByteOrder ( int  _arg) [virtual]

If the file type is binary, then the user can specify which byte order to use (little versus big endian).

If the file type is binary, then the user can specify which byte order to use (little versus big endian).

If the file type is binary, then the user can specify which byte order to use (little versus big endian).

A lookup table can be specified in order to convert data arrays to RGBA colors.

static internal IntPtr Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetArrayName_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetColor_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetColor_03 ( HandleRef  pThis,
ref byte  _arg1,
ref byte  _arg2,
ref byte  _arg3 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetColor_04 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetColorMode_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetComponent_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetComponentMaxValue_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetComponentMinValue_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetDataByteOrder_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetDataByteOrderMaxValue_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetDataByteOrderMinValue_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPLYWriter.vtkPLYWriter_GetLookupTable_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPLYWriter.vtkPLYWriter_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPLYWriter.vtkPLYWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPLYWriter.vtkPLYWriter_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetArrayName_18 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColor_19 ( HandleRef  pThis,
byte  _arg1,
byte  _arg2,
byte  _arg3 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColor_20 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColorMode_21 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColorModeToDefault_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColorModeToOff_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColorModeToUniformCellColor_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColorModeToUniformColor_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetColorModeToUniformPointColor_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetComponent_27 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetDataByteOrder_28 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetDataByteOrderToBigEndian_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetDataByteOrderToLittleEndian_30 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPLYWriter.vtkPLYWriter_SetLookupTable_31 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPLYWriter.MRClassNameKey = "12vtkPLYWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.


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