VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkImageDataLIC2DExtentTranslator Class Reference

#include <vtkImageDataLIC2DExtentTranslator.h>

Inheritance diagram for vtkImageDataLIC2DExtentTranslator:
Inheritance graph
[legend]
Collaboration diagram for vtkImageDataLIC2DExtentTranslator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkExtentTranslator Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImageDataLIC2DExtentTranslatorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetInputExtentTranslator (vtkExtentTranslator *)
virtual vtkExtentTranslatorGetInputExtentTranslator ()
virtual void SetInputWholeExtent (int, int, int, int, int, int)
virtual void SetInputWholeExtent (int[6])
virtual intGetInputWholeExtent ()
virtual void GetInputWholeExtent (int &, int &, int &, int &, int &, int &)
virtual void GetInputWholeExtent (int[6])
virtual int PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints)
void SetAlgorithm (vtkImageDataLIC2D *)
vtkImageDataLIC2DGetAlgorithm ()

Static Public Member Functions

static
vtkImageDataLIC2DExtentTranslator
New ()
static int IsTypeOf (const char *type)
static
vtkImageDataLIC2DExtentTranslator
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkImageDataLIC2DExtentTranslator ()
 ~vtkImageDataLIC2DExtentTranslator ()

Protected Attributes

int InputWholeExtent [6]
vtkExtentTranslatorInputExtentTranslator
vtkWeakPointer< vtkImageDataLIC2DAlgorithm

Detailed Description

Definition at line 28 of file vtkImageDataLIC2DExtentTranslator.h.


Member Typedef Documentation

Reimplemented from vtkExtentTranslator.

Definition at line 33 of file vtkImageDataLIC2DExtentTranslator.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkExtentTranslator.

static int vtkImageDataLIC2DExtentTranslator::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkExtentTranslator.

virtual int vtkImageDataLIC2DExtentTranslator::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkExtentTranslator.

Reimplemented from vtkExtentTranslator.

Reimplemented from vtkExtentTranslator.

Reimplemented from vtkExtentTranslator.

void vtkImageDataLIC2DExtentTranslator::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkExtentTranslator.

Set the vtkImageDataLIC2D algorithm for which this extent translator is being used.

Set the vtkImageDataLIC2D algorithm for which this extent translator is being used.

virtual void vtkImageDataLIC2DExtentTranslator::SetInputWholeExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
) [virtual]
virtual void vtkImageDataLIC2DExtentTranslator::GetInputWholeExtent ( int ,
int ,
int ,
int ,
int ,
int  
) [virtual]
virtual int vtkImageDataLIC2DExtentTranslator::PieceToExtentThreadSafe ( int  piece,
int  numPieces,
int  ghostLevel,
int wholeExtent,
int resultExtent,
int  splitMode,
int  byPoints 
) [virtual]

These are the main methods that should be called. These methods are responsible for converting a piece to an extent. The signatures without arguments are only thread safe when each thread accesses a different instance. The signatures with arguments are fully thread safe.

Reimplemented from vtkExtentTranslator.


Member Data Documentation

Definition at line 59 of file vtkImageDataLIC2DExtentTranslator.h.

Definition at line 60 of file vtkImageDataLIC2DExtentTranslator.h.

Definition at line 61 of file vtkImageDataLIC2DExtentTranslator.h.


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