ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkBoundedVolumeSource Class Reference

a source to generate an image volume. More...

#include <vtkBoundedVolumeSource.h>

Inherits vtkImageAlgorithm.

Public Types

typedef vtkImageAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetOrigin (double, double, double)
 Get/Set the origin or translation for the unit volume. More...
 
virtual void SetOrigin (double [3])
 Get/Set the origin or translation for the unit volume. More...
 
virtual double * GetOrigin ()
 Get/Set the origin or translation for the unit volume. More...
 
virtual void GetOrigin (double &, double &, double &)
 Get/Set the origin or translation for the unit volume. More...
 
virtual void GetOrigin (double [3])
 Get/Set the origin or translation for the unit volume. More...
 
virtual void SetScale (double, double, double)
 Get/Set the scale factor for a unit volume. More...
 
virtual void SetScale (double [3])
 Get/Set the scale factor for a unit volume. More...
 
virtual double * GetScale ()
 Get/Set the scale factor for a unit volume. More...
 
virtual void GetScale (double &, double &, double &)
 Get/Set the scale factor for a unit volume. More...
 
virtual void GetScale (double [3])
 Get/Set the scale factor for a unit volume. More...
 
virtual void SetResolution (int, int, int)
 Get/Set the output image resolution. More...
 
virtual void SetResolution (int [3])
 Get/Set the output image resolution. More...
 
virtual int * GetResolution ()
 Get/Set the output image resolution. More...
 
virtual void GetResolution (int &, int &, int &)
 Get/Set the output image resolution. More...
 
virtual void GetResolution (int [3])
 Get/Set the output image resolution. More...
 

Static Public Member Functions

static vtkBoundedVolumeSourceNew ()
 
static int IsTypeOf (const char *type)
 
static vtkBoundedVolumeSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkBoundedVolumeSource ()
 
 ~vtkBoundedVolumeSource ()
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual void ExecuteDataWithInformation (vtkDataObject *data, vtkInformation *outInfo)
 

Protected Attributes

double Origin [3]
 
double Scale [3]
 
int Resolution [3]
 

Detailed Description

a source to generate an image volume.

vtkBoundedVolumeSource generate an image data given the position and scale factors for a unit volume.

Definition at line 29 of file vtkBoundedVolumeSource.h.

Member Typedef Documentation

§ Superclass

typedef vtkImageAlgorithm vtkBoundedVolumeSource::Superclass

Definition at line 33 of file vtkBoundedVolumeSource.h.

Constructor & Destructor Documentation

§ vtkBoundedVolumeSource()

vtkBoundedVolumeSource::vtkBoundedVolumeSource ( )
protected

§ ~vtkBoundedVolumeSource()

vtkBoundedVolumeSource::~vtkBoundedVolumeSource ( )
protected

Member Function Documentation

§ New()

static vtkBoundedVolumeSource* vtkBoundedVolumeSource::New ( )
static

§ GetClassName()

virtual const char* vtkBoundedVolumeSource::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkBoundedVolumeSource::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkBoundedVolumeSource::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkBoundedVolumeSource* vtkBoundedVolumeSource::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkBoundedVolumeSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ SetOrigin() [1/2]

virtual void vtkBoundedVolumeSource::SetOrigin ( double  ,
double  ,
double   
)
virtual

Get/Set the origin or translation for the unit volume.

§ SetOrigin() [2/2]

virtual void vtkBoundedVolumeSource::SetOrigin ( double  [3])
virtual

Get/Set the origin or translation for the unit volume.

§ GetOrigin() [1/3]

virtual double* vtkBoundedVolumeSource::GetOrigin ( )
virtual

Get/Set the origin or translation for the unit volume.

§ GetOrigin() [2/3]

virtual void vtkBoundedVolumeSource::GetOrigin ( double &  ,
double &  ,
double &   
)
virtual

Get/Set the origin or translation for the unit volume.

§ GetOrigin() [3/3]

virtual void vtkBoundedVolumeSource::GetOrigin ( double  [3])
virtual

Get/Set the origin or translation for the unit volume.

§ SetScale() [1/2]

virtual void vtkBoundedVolumeSource::SetScale ( double  ,
double  ,
double   
)
virtual

Get/Set the scale factor for a unit volume.

Note that scaling is applied before the translation.

§ SetScale() [2/2]

virtual void vtkBoundedVolumeSource::SetScale ( double  [3])
virtual

Get/Set the scale factor for a unit volume.

Note that scaling is applied before the translation.

§ GetScale() [1/3]

virtual double* vtkBoundedVolumeSource::GetScale ( )
virtual

Get/Set the scale factor for a unit volume.

Note that scaling is applied before the translation.

§ GetScale() [2/3]

virtual void vtkBoundedVolumeSource::GetScale ( double &  ,
double &  ,
double &   
)
virtual

Get/Set the scale factor for a unit volume.

Note that scaling is applied before the translation.

§ GetScale() [3/3]

virtual void vtkBoundedVolumeSource::GetScale ( double  [3])
virtual

Get/Set the scale factor for a unit volume.

Note that scaling is applied before the translation.

§ SetResolution() [1/2]

virtual void vtkBoundedVolumeSource::SetResolution ( int  ,
int  ,
int   
)
virtual

Get/Set the output image resolution.

§ SetResolution() [2/2]

virtual void vtkBoundedVolumeSource::SetResolution ( int  [3])
virtual

Get/Set the output image resolution.

§ GetResolution() [1/3]

virtual int* vtkBoundedVolumeSource::GetResolution ( )
virtual

Get/Set the output image resolution.

§ GetResolution() [2/3]

virtual void vtkBoundedVolumeSource::GetResolution ( int &  ,
int &  ,
int &   
)
virtual

Get/Set the output image resolution.

§ GetResolution() [3/3]

virtual void vtkBoundedVolumeSource::GetResolution ( int  [3])
virtual

Get/Set the output image resolution.

§ RequestInformation()

virtual int vtkBoundedVolumeSource::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

§ ExecuteDataWithInformation()

virtual void vtkBoundedVolumeSource::ExecuteDataWithInformation ( vtkDataObject *  data,
vtkInformation *  outInfo 
)
protectedvirtual

Member Data Documentation

§ Origin

double vtkBoundedVolumeSource::Origin[3]
protected

Definition at line 69 of file vtkBoundedVolumeSource.h.

§ Scale

double vtkBoundedVolumeSource::Scale[3]
protected

Definition at line 70 of file vtkBoundedVolumeSource.h.

§ Resolution

int vtkBoundedVolumeSource::Resolution[3]
protected

Definition at line 71 of file vtkBoundedVolumeSource.h.


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