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

vtkMCubesReader - read binary marching cubes file More...

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

List of all members.

Public Member Functions

 vtkMCubesReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMCubesReader ()
 Construct object with FlipNormals turned off and Normals set to true.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified.
virtual void FlipNormalsOff ()
 Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.
virtual void FlipNormalsOn ()
 Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.
int GetDataByteOrder ()
 These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.
string GetDataByteOrderAsString ()
 These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.
virtual string GetFileName ()
 Specify file name of marching cubes file.
virtual int GetFlipNormals ()
 Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.
virtual int GetHeaderSize ()
 Specify a header size if one exists. The header is skipped and not used at this time.
virtual int GetHeaderSizeMaxValue ()
 Specify a header size if one exists. The header is skipped and not used at this time.
virtual int GetHeaderSizeMinValue ()
 Specify a header size if one exists. The header is skipped and not used at this time.
virtual string GetLimitsFileName ()
 Set / get the file name of the marching cubes limits file.
virtual vtkIncrementalPointLocator GetLocator ()
 Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
override uint GetMTime ()
 Return the mtime also considering the locator.
virtual int GetNormals ()
 Specify whether to read normals.
virtual int GetSwapBytes ()
 Turn on/off byte swapping.
override int IsA (string type)
 Undocumented Block.
new vtkMCubesReader NewInstance ()
 Undocumented Block.
virtual void NormalsOff ()
 Specify whether to read normals.
virtual void NormalsOn ()
 Specify whether to read normals.
void SetDataByteOrder (int arg0)
 These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.
void SetDataByteOrderToBigEndian ()
 These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.
void SetDataByteOrderToLittleEndian ()
 These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.
virtual void SetFileName (string _arg)
 Specify file name of marching cubes file.
virtual void SetFlipNormals (int _arg)
 Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.
virtual void SetHeaderSize (int _arg)
 Specify a header size if one exists. The header is skipped and not used at this time.
virtual void SetLimitsFileName (string _arg)
 Set / get the file name of the marching cubes limits file.
void SetLocator (vtkIncrementalPointLocator locator)
 Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
virtual void SetNormals (int _arg)
 Specify whether to read normals.
virtual void SetSwapBytes (int _arg)
 Turn on/off byte swapping.
virtual void SwapBytesOff ()
 Turn on/off byte swapping.
virtual void SwapBytesOn ()
 Turn on/off byte swapping.

Static Public Member Functions

static new vtkMCubesReader New ()
 Construct object with FlipNormals turned off and Normals set to true.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkMCubesReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkMCubesReader"
 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 vtkMCubesReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMCubesReader_CreateDefaultLocator_01 (HandleRef pThis)
static internal void vtkMCubesReader_FlipNormalsOff_02 (HandleRef pThis)
static internal void vtkMCubesReader_FlipNormalsOn_03 (HandleRef pThis)
static internal int vtkMCubesReader_GetDataByteOrder_04 (HandleRef pThis)
static internal IntPtr vtkMCubesReader_GetDataByteOrderAsString_05 (HandleRef pThis)
static internal IntPtr vtkMCubesReader_GetFileName_06 (HandleRef pThis)
static internal int vtkMCubesReader_GetFlipNormals_07 (HandleRef pThis)
static internal int vtkMCubesReader_GetHeaderSize_08 (HandleRef pThis)
static internal int vtkMCubesReader_GetHeaderSizeMaxValue_09 (HandleRef pThis)
static internal int vtkMCubesReader_GetHeaderSizeMinValue_10 (HandleRef pThis)
static internal IntPtr vtkMCubesReader_GetLimitsFileName_11 (HandleRef pThis)
static internal IntPtr vtkMCubesReader_GetLocator_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkMCubesReader_GetMTime_13 (HandleRef pThis)
static internal int vtkMCubesReader_GetNormals_14 (HandleRef pThis)
static internal int vtkMCubesReader_GetSwapBytes_15 (HandleRef pThis)
static internal int vtkMCubesReader_IsA_16 (HandleRef pThis, string type)
static internal int vtkMCubesReader_IsTypeOf_17 (string type)
static internal IntPtr vtkMCubesReader_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMCubesReader_NormalsOff_20 (HandleRef pThis)
static internal void vtkMCubesReader_NormalsOn_21 (HandleRef pThis)
static internal IntPtr vtkMCubesReader_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMCubesReader_SetDataByteOrder_23 (HandleRef pThis, int arg0)
static internal void vtkMCubesReader_SetDataByteOrderToBigEndian_24 (HandleRef pThis)
static internal void vtkMCubesReader_SetDataByteOrderToLittleEndian_25 (HandleRef pThis)
static internal void vtkMCubesReader_SetFileName_26 (HandleRef pThis, string _arg)
static internal void vtkMCubesReader_SetFlipNormals_27 (HandleRef pThis, int _arg)
static internal void vtkMCubesReader_SetHeaderSize_28 (HandleRef pThis, int _arg)
static internal void vtkMCubesReader_SetLimitsFileName_29 (HandleRef pThis, string _arg)
static internal void vtkMCubesReader_SetLocator_30 (HandleRef pThis, HandleRef locator)
static internal void vtkMCubesReader_SetNormals_31 (HandleRef pThis, int _arg)
static internal void vtkMCubesReader_SetSwapBytes_32 (HandleRef pThis, int _arg)
static internal void vtkMCubesReader_SwapBytesOff_33 (HandleRef pThis)
static internal void vtkMCubesReader_SwapBytesOn_34 (HandleRef pThis)

Static Private Member Functions

static vtkMCubesReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMCubesReader - read binary marching cubes file

Description vtkMCubesReader is a source object that reads binary marching cubes files. (Marching cubes is an isosurfacing technique that generates many triangles.) The binary format is supported by W. Lorensen's marching cubes program (and the vtkSliceCubes object). The format repeats point coordinates, so this object will merge the points with a vtkLocator object. You can choose to supply the vtkLocator or use the default.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Construct object with FlipNormals turned off and Normals set to true.


Member Function Documentation

Create default locator. Used to create one when none is specified.

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

virtual void Kitware.VTK.vtkMCubesReader.FlipNormalsOff ( ) [virtual]

Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.

virtual void Kitware.VTK.vtkMCubesReader.FlipNormalsOn ( ) [virtual]

Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.

These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.

These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.

virtual string Kitware.VTK.vtkMCubesReader.GetFileName ( ) [virtual]

Specify file name of marching cubes file.

virtual int Kitware.VTK.vtkMCubesReader.GetFlipNormals ( ) [virtual]

Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.

virtual int Kitware.VTK.vtkMCubesReader.GetHeaderSize ( ) [virtual]

Specify a header size if one exists. The header is skipped and not used at this time.

Specify a header size if one exists. The header is skipped and not used at this time.

Specify a header size if one exists. The header is skipped and not used at this time.

virtual string Kitware.VTK.vtkMCubesReader.GetLimitsFileName ( ) [virtual]

Set / get the file name of the marching cubes limits file.

Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.

Here is the call graph for this function:

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

Return the mtime also considering the locator.

Reimplemented from Kitware.VTK.vtkObject.

virtual int Kitware.VTK.vtkMCubesReader.GetNormals ( ) [virtual]

Specify whether to read normals.

virtual int Kitware.VTK.vtkMCubesReader.GetSwapBytes ( ) [virtual]

Turn on/off byte swapping.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct object with FlipNormals turned off and Normals set to true.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

virtual void Kitware.VTK.vtkMCubesReader.NormalsOff ( ) [virtual]

Specify whether to read normals.

virtual void Kitware.VTK.vtkMCubesReader.NormalsOn ( ) [virtual]

Specify whether to read normals.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.

These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.

These methods should be used instead of the SwapBytes methods. They indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. As a quick note most UNIX machines are BigEndian while PC's and VAX tend to be LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetDataByteOrderToLittleEndian otherwise SetDataByteOrderToBigEndian.

virtual void Kitware.VTK.vtkMCubesReader.SetFileName ( string  _arg) [virtual]

Specify file name of marching cubes file.

virtual void Kitware.VTK.vtkMCubesReader.SetFlipNormals ( int  _arg) [virtual]

Specify whether to flip normals in opposite direction. Flipping ONLY changes the direction of the normal vector. Contrast this with flipping in vtkPolyDataNormals which flips both the normal and the cell point order.

virtual void Kitware.VTK.vtkMCubesReader.SetHeaderSize ( int  _arg) [virtual]

Specify a header size if one exists. The header is skipped and not used at this time.

virtual void Kitware.VTK.vtkMCubesReader.SetLimitsFileName ( string  _arg) [virtual]

Set / get the file name of the marching cubes limits file.

Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.

virtual void Kitware.VTK.vtkMCubesReader.SetNormals ( int  _arg) [virtual]

Specify whether to read normals.

virtual void Kitware.VTK.vtkMCubesReader.SetSwapBytes ( int  _arg) [virtual]

Turn on/off byte swapping.

virtual void Kitware.VTK.vtkMCubesReader.SwapBytesOff ( ) [virtual]

Turn on/off byte swapping.

virtual void Kitware.VTK.vtkMCubesReader.SwapBytesOn ( ) [virtual]

Turn on/off byte swapping.

static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_CreateDefaultLocator_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_FlipNormalsOff_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_FlipNormalsOn_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetDataByteOrder_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetDataByteOrderAsString_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetFileName_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetFlipNormals_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetHeaderSize_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetHeaderSizeMaxValue_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetHeaderSizeMinValue_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetLimitsFileName_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetLocator_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetMTime_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetNormals_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_GetSwapBytes_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMCubesReader.vtkMCubesReader_IsTypeOf_17 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_NormalsOff_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_NormalsOn_21 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SafeDownCast_22 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetDataByteOrder_23 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetDataByteOrderToBigEndian_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetDataByteOrderToLittleEndian_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetFileName_26 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetFlipNormals_27 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetHeaderSize_28 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetLimitsFileName_29 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetLocator_30 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetNormals_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SetSwapBytes_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SwapBytesOff_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMCubesReader.vtkMCubesReader_SwapBytesOn_34 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMCubesReader.MRClassNameKey = "15vtkMCubesReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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