Version: 8.3.0
vtkParaMEDCorbaSource Class Reference

#include <vtkParaMEDCorbaSource.h>

Inheritance diagram for vtkParaMEDCorbaSource:
Inheritance graph

Public Member Functions

 vtkTypeMacro (vtkParaMEDCorbaSource, vtkAlgorithm) ParaMEDMEM2VTK_EXPORT static vtkParaMEDCorbaSource *New()
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 
const char * GetIORCorba ()
 
void SetIORCorba (char *ior)
 
void SetBufferingPolicy (int pol)
 
int GetBufferingPolicy ()
 

Protected Member Functions

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

Protected Attributes

int TotalNumberOfPieces
 
int NumberOfPieces
 
int UpdatePiece
 
int GhostLevel
 
int StartPiece
 
int EndPiece
 
int BufferingPolicy
 
vtkUnstructuredGrid * MyDataSet
 
std::vector< char > IOR
 
ParaMEDMEM2VTK::MEDCouplingMultiFieldsFetchermfieldsFetcher
 

Static Protected Attributes

static void * Orb =0
 

Private Member Functions

 vtkParaMEDCorbaSource (const vtkParaMEDCorbaSource &)
 
void operator= (const vtkParaMEDCorbaSource &)
 

Constructor & Destructor Documentation

vtkParaMEDCorbaSource::vtkParaMEDCorbaSource ( )
protected

References MyDataSet, and Orb.

vtkParaMEDCorbaSource::~vtkParaMEDCorbaSource ( )
protectedvirtual

References mfieldsFetcher.

vtkParaMEDCorbaSource::vtkParaMEDCorbaSource ( const vtkParaMEDCorbaSource )
private

Member Function Documentation

vtkParaMEDCorbaSource::vtkTypeMacro ( vtkParaMEDCorbaSource  ,
vtkAlgorithm   
)
void vtkParaMEDCorbaSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

References MyDataSet.

const char * vtkParaMEDCorbaSource::GetIORCorba ( )

References IOR.

void vtkParaMEDCorbaSource::SetIORCorba ( char *  ior)

References IOR.

void vtkParaMEDCorbaSource::SetBufferingPolicy ( int  pol)

References BufferingPolicy.

int vtkParaMEDCorbaSource::GetBufferingPolicy ( )

References BufferingPolicy.

int vtkParaMEDCorbaSource::FillOutputPortInformation ( int   vtkNotUsedport,
vtkInformation *  info 
)
protected
int vtkParaMEDCorbaSource::ProcessRequest ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protected
int vtkParaMEDCorbaSource::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inInfo,
vtkInformationVector *  outInfo 
)
protectedvirtual
void vtkParaMEDCorbaSource::operator= ( const vtkParaMEDCorbaSource )
private

Field Documentation

int vtkParaMEDCorbaSource::TotalNumberOfPieces
protected
int vtkParaMEDCorbaSource::NumberOfPieces
protected
int vtkParaMEDCorbaSource::UpdatePiece
protected
int vtkParaMEDCorbaSource::GhostLevel
protected
int vtkParaMEDCorbaSource::StartPiece
protected
int vtkParaMEDCorbaSource::EndPiece
protected
int vtkParaMEDCorbaSource::BufferingPolicy
protected
vtkUnstructuredGrid* vtkParaMEDCorbaSource::MyDataSet
protected
std::vector<char> vtkParaMEDCorbaSource::IOR
protected
ParaMEDMEM2VTK::MEDCouplingMultiFieldsFetcher* vtkParaMEDCorbaSource::mfieldsFetcher
protected
void * vtkParaMEDCorbaSource::Orb =0
staticprotected