Version: 8.3.0
vtkParaGEOMCorbaSource Class Reference

#include <vtkParaGEOMCorbaSource.h>

Inheritance diagram for vtkParaGEOMCorbaSource:
Inheritance graph

Public Member Functions

 vtkTypeMacro (vtkParaGEOMCorbaSource, vtkAlgorithm)
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 
const char * GetIORCorba ()
 
void SetIORCorba (char *ior)
 
 vtkSetMacro (Deflection, double)
 

Static Public Member Functions

static vtkParaGEOMCorbaSourceNew ()
 

Protected Member Functions

 vtkParaGEOMCorbaSource ()
 
virtual ~vtkParaGEOMCorbaSource ()
 
int FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info)
 
int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
 

Protected Attributes

std::vector< char > IOR
 
double Deflection
 

Static Protected Attributes

static void * Orb =0
 

Private Member Functions

 vtkParaGEOMCorbaSource (const vtkParaGEOMCorbaSource &)
 
void operator= (const vtkParaGEOMCorbaSource &)
 

Constructor & Destructor Documentation

vtkParaGEOMCorbaSource::vtkParaGEOMCorbaSource ( )
protected

References Orb.

vtkParaGEOMCorbaSource::~vtkParaGEOMCorbaSource ( )
protectedvirtual
vtkParaGEOMCorbaSource::vtkParaGEOMCorbaSource ( const vtkParaGEOMCorbaSource )
private

Member Function Documentation

static vtkParaGEOMCorbaSource* vtkParaGEOMCorbaSource::New ( )
static
vtkParaGEOMCorbaSource::vtkTypeMacro ( vtkParaGEOMCorbaSource  ,
vtkAlgorithm   
)
void vtkParaGEOMCorbaSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

References Deflection.

const char * vtkParaGEOMCorbaSource::GetIORCorba ( )

References IOR.

void vtkParaGEOMCorbaSource::SetIORCorba ( char *  ior)

References IOR.

vtkParaGEOMCorbaSource::vtkSetMacro ( Deflection  ,
double   
)
int vtkParaGEOMCorbaSource::FillOutputPortInformation ( int   vtkNotUsedport,
vtkInformation *  info 
)
protected
int vtkParaGEOMCorbaSource::ProcessRequest ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protected

References RequestData().

int vtkParaGEOMCorbaSource::RequestData ( vtkInformation *  request,
vtkInformationVector **  inInfo,
vtkInformationVector *  outInfo 
)
protectedvirtual

References Deflection, IOR, and Orb.

void vtkParaGEOMCorbaSource::operator= ( const vtkParaGEOMCorbaSource )
private

Field Documentation

std::vector<char> vtkParaGEOMCorbaSource::IOR
protected
void * vtkParaGEOMCorbaSource::Orb =0
staticprotected
double vtkParaGEOMCorbaSource::Deflection
protected