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

vtkTableExtentTranslator - Extent translation through lookup table. More...

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

List of all members.

Public Member Functions

 vtkTableExtentTranslator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTableExtentTranslator ()
 Undocumented Block.
virtual void GetExtentForPiece (int piece, IntPtr extent)
 Get the extent table entry for the given piece. This is only for code that is setting up the table. Extent translation should always be done through the PieceToExtent method.
virtual IntPtr GetExtentForPiece (int piece)
 Get the extent table entry for the given piece. This is only for code that is setting up the table. Extent translation should always be done through the PieceToExtent method.
virtual int GetMaximumGhostLevel ()
 Set the maximum ghost level that can be requested. This can be used by a reader to make sure an extent request does not go outside the boundaries of the piece's file.
virtual int GetNumberOfPiecesInTable ()
 Set the real number of pieces in the extent table.
virtual int GetPieceAvailable (int piece)
 Get/Set whether the given piece is available. Requesting a piece that is not available will produce errors in the pipeline.
override int IsA (string type)
 Undocumented Block.
new vtkTableExtentTranslator NewInstance ()
 Undocumented Block.
override int PieceToExtent ()
 Called to translate the current piece into an extent. This is not thread safe.
override int PieceToExtentByPoints ()
 Not supported by this subclass of vtkExtentTranslator.
override int PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, IntPtr wholeExtent, IntPtr resultExtent, int splitMode, int byPoints)
 Not supported by this subclass of vtkExtentTranslator.
virtual void SetExtentForPiece (int piece, IntPtr extent)
 Set the extent to be used for a piece. This sets the extent table entry for the piece.
virtual void SetMaximumGhostLevel (int _arg)
 Set the maximum ghost level that can be requested. This can be used by a reader to make sure an extent request does not go outside the boundaries of the piece's file.
override void SetNumberOfPieces (int pieces)
 Set the number of pieces into which the whole extent will be split. If this is 1 then the whole extent will be returned. If this is more than the number of pieces in the table then the extra pieces will be empty data. If this is more than one but less than the number of pieces in the table then only this many pieces will be returned (FIXME).
void SetNumberOfPiecesInTable (int pieces)
 Set the real number of pieces in the extent table.
virtual void SetPieceAvailable (int piece, int available)
 Get/Set whether the given piece is available. Requesting a piece that is not available will produce errors in the pipeline.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkTableExtentTranslator"
 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 vtkTableExtentTranslator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTableExtentTranslator_GetExtentForPiece_01 (HandleRef pThis, int piece, IntPtr extent)
static internal IntPtr vtkTableExtentTranslator_GetExtentForPiece_02 (HandleRef pThis, int piece)
static internal int vtkTableExtentTranslator_GetMaximumGhostLevel_03 (HandleRef pThis)
static internal int vtkTableExtentTranslator_GetNumberOfPiecesInTable_04 (HandleRef pThis)
static internal int vtkTableExtentTranslator_GetPieceAvailable_05 (HandleRef pThis, int piece)
static internal int vtkTableExtentTranslator_IsA_06 (HandleRef pThis, string type)
static internal int vtkTableExtentTranslator_IsTypeOf_07 (string type)
static internal IntPtr vtkTableExtentTranslator_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTableExtentTranslator_PieceToExtent_10 (HandleRef pThis)
static internal int vtkTableExtentTranslator_PieceToExtentByPoints_11 (HandleRef pThis)
static internal int vtkTableExtentTranslator_PieceToExtentThreadSafe_12 (HandleRef pThis, int piece, int numPieces, int ghostLevel, IntPtr wholeExtent, IntPtr resultExtent, int splitMode, int byPoints)
static internal IntPtr vtkTableExtentTranslator_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTableExtentTranslator_SetExtentForPiece_14 (HandleRef pThis, int piece, IntPtr extent)
static internal void vtkTableExtentTranslator_SetMaximumGhostLevel_15 (HandleRef pThis, int _arg)
static internal void vtkTableExtentTranslator_SetNumberOfPieces_16 (HandleRef pThis, int pieces)
static internal void vtkTableExtentTranslator_SetNumberOfPiecesInTable_17 (HandleRef pThis, int pieces)
static internal void vtkTableExtentTranslator_SetPieceAvailable_18 (HandleRef pThis, int piece, int available)

Static Private Member Functions

static vtkTableExtentTranslator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTableExtentTranslator - Extent translation through lookup table.

Description vtkTableExtentTranslator provides a vtkExtentTranslator that is programmed with a specific extent corresponding to each piece number. Readers can provide this to an application to allow the pipeline to execute using the same piece breakdown that is provided in the input file.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator ( 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.vtkTableExtentTranslator.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.vtkExtentTranslator.

virtual void Kitware.VTK.vtkTableExtentTranslator.GetExtentForPiece ( int  piece,
IntPtr  extent 
) [virtual]

Get the extent table entry for the given piece. This is only for code that is setting up the table. Extent translation should always be done through the PieceToExtent method.

virtual IntPtr Kitware.VTK.vtkTableExtentTranslator.GetExtentForPiece ( int  piece) [virtual]

Get the extent table entry for the given piece. This is only for code that is setting up the table. Extent translation should always be done through the PieceToExtent method.

Set the maximum ghost level that can be requested. This can be used by a reader to make sure an extent request does not go outside the boundaries of the piece's file.

Set the real number of pieces in the extent table.

virtual int Kitware.VTK.vtkTableExtentTranslator.GetPieceAvailable ( int  piece) [virtual]

Get/Set whether the given piece is available. Requesting a piece that is not available will produce errors in the pipeline.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Called to translate the current piece into an extent. This is not thread safe.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Not supported by this subclass of vtkExtentTranslator.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

override int Kitware.VTK.vtkTableExtentTranslator.PieceToExtentThreadSafe ( int  piece,
int  numPieces,
int  ghostLevel,
IntPtr  wholeExtent,
IntPtr  resultExtent,
int  splitMode,
int  byPoints 
) [virtual]

Not supported by this subclass of vtkExtentTranslator.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTableExtentTranslator.SetExtentForPiece ( int  piece,
IntPtr  extent 
) [virtual]

Set the extent to be used for a piece. This sets the extent table entry for the piece.

virtual void Kitware.VTK.vtkTableExtentTranslator.SetMaximumGhostLevel ( int  _arg) [virtual]

Set the maximum ghost level that can be requested. This can be used by a reader to make sure an extent request does not go outside the boundaries of the piece's file.

override void Kitware.VTK.vtkTableExtentTranslator.SetNumberOfPieces ( int  pieces) [virtual]

Set the number of pieces into which the whole extent will be split. If this is 1 then the whole extent will be returned. If this is more than the number of pieces in the table then the extra pieces will be empty data. If this is more than one but less than the number of pieces in the table then only this many pieces will be returned (FIXME).

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Set the real number of pieces in the extent table.

virtual void Kitware.VTK.vtkTableExtentTranslator.SetPieceAvailable ( int  piece,
int  available 
) [virtual]

Get/Set whether the given piece is available. Requesting a piece that is not available will produce errors in the pipeline.

static internal void Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_GetExtentForPiece_01 ( HandleRef  pThis,
int  piece,
IntPtr  extent 
) [private]
static internal IntPtr Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_GetExtentForPiece_02 ( HandleRef  pThis,
int  piece 
) [private]
static internal int Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_GetPieceAvailable_05 ( HandleRef  pThis,
int  piece 
) [private]
static internal int Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_PieceToExtent_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_PieceToExtentThreadSafe_12 ( HandleRef  pThis,
int  piece,
int  numPieces,
int  ghostLevel,
IntPtr  wholeExtent,
IntPtr  resultExtent,
int  splitMode,
int  byPoints 
) [private]
static internal IntPtr Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_SetExtentForPiece_14 ( HandleRef  pThis,
int  piece,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_SetMaximumGhostLevel_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_SetNumberOfPieces_16 ( HandleRef  pThis,
int  pieces 
) [private]
static internal void Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_SetNumberOfPiecesInTable_17 ( HandleRef  pThis,
int  pieces 
) [private]
static internal void Kitware.VTK.vtkTableExtentTranslator.vtkTableExtentTranslator_SetPieceAvailable_18 ( HandleRef  pThis,
int  piece,
int  available 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTableExtentTranslator.MRClassNameKey = "24vtkTableExtentTranslator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtentTranslator.


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