, including all inherited members.
AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
AllGather(const int *sendBuffer, int *recvBuffer, vtkIdType length) | vtkCommunicator | [inline] |
AllGather(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length) | vtkCommunicator | [inline] |
AllGather(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length) | vtkCommunicator | [inline] |
AllGather(const char *sendBuffer, char *recvBuffer, vtkIdType length) | vtkCommunicator | [inline] |
AllGather(const float *sendBuffer, float *recvBuffer, vtkIdType length) | vtkCommunicator | [inline] |
AllGather(const double *sendBuffer, double *recvBuffer, vtkIdType length) | vtkCommunicator | [inline] |
AllGather(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer) | vtkCommunicator | |
AllGatherV(const int *sendBuffer, int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | [inline] |
AllGatherV(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | [inline] |
AllGatherV(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | [inline] |
AllGatherV(const char *sendBuffer, char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | [inline] |
AllGatherV(const float *sendBuffer, float *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | [inline] |
AllGatherV(const double *sendBuffer, double *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | [inline] |
AllGatherVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type) | vtkMPICommunicator | [virtual] |
AllGatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type) | vtkMPICommunicator | [virtual] |
Allocate(size_t size) | vtkMPICommunicator | [static] |
AllReduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | [inline] |
AllReduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | [inline] |
AllReduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | [inline] |
AllReduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | [inline] |
AllReduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | [inline] |
AllReduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | [inline] |
AllReduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int operation) | vtkCommunicator | |
AllReduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | [inline] |
AllReduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | [inline] |
AllReduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | [inline] |
AllReduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | [inline] |
AllReduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | [inline] |
AllReduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | [inline] |
AllReduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, Operation *operation) | vtkCommunicator | |
AllReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int operation) | vtkMPICommunicator | [virtual] |
AllReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation) | vtkMPICommunicator | [virtual] |
Barrier() | vtkMPICommunicator | [virtual] |
BARRIER_TAG enum value | vtkCommunicator | |
BITWISE_AND_OP enum value | vtkCommunicator | |
BITWISE_OR_OP enum value | vtkCommunicator | |
BITWISE_XOR_OP enum value | vtkCommunicator | |
BreakOnError() | vtkObject | [static] |
Broadcast(int *data, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Broadcast(unsigned long *data, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Broadcast(unsigned char *data, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Broadcast(char *data, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Broadcast(float *data, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Broadcast(double *data, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Broadcast(vtkDataObject *data, int srcProcessId) | vtkCommunicator | |
Broadcast(vtkDataArray *data, int srcProcessId) | vtkCommunicator | |
Broadcast(vtkMultiProcessStream &stream, int srcProcessId) | vtkCommunicator | |
BROADCAST_TAG enum value | vtkCommunicator | |
BroadcastVoidArray(void *data, vtkIdType length, int type, int srcProcessId) | vtkMPICommunicator | [virtual] |
CheckForMPIError(int err) | vtkMPICommunicator | [protected, static] |
CollectRevisions(ostream &os) | vtkObjectBase | [protected, virtual] |
ComputeGlobalBounds(int processorId, int numProcesses, vtkBoundingBox *bounds, int *rightHasBounds=0, int *leftHasBounds=0, int hasBoundsTag=288402, int localBoundsTag=288403, int globalBoundsTag=288404) | vtkCommunicator | [virtual] |
CopyFrom(vtkMPICommunicator *source) | vtkMPICommunicator | |
Count | vtkCommunicator | [protected] |
Debug | vtkObject | [protected] |
DebugOff() | vtkObject | [virtual] |
DebugOn() | vtkObject | [virtual] |
Delete() | vtkObjectBase | [virtual] |
Duplicate(vtkMPICommunicator *source) | vtkMPICommunicator | [protected] |
FastDelete() | vtkObjectBase | [virtual] |
Free(char *ptr) | vtkMPICommunicator | [static] |
Gather(const int *sendBuffer, int *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | [inline] |
Gather(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | [inline] |
Gather(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | [inline] |
Gather(const char *sendBuffer, char *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | [inline] |
Gather(const float *sendBuffer, float *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | [inline] |
Gather(const double *sendBuffer, double *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | [inline] |
Gather(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int destProcessId) | vtkCommunicator | |
GATHER_TAG enum value | vtkCommunicator | |
GatherV(const int *sendBuffer, int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | [inline] |
GatherV(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | [inline] |
GatherV(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | [inline] |
GatherV(const char *sendBuffer, char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | [inline] |
GatherV(const float *sendBuffer, float *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | [inline] |
GatherV(const double *sendBuffer, double *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | [inline] |
GATHERV_TAG enum value | vtkCommunicator | |
GatherVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int destProcessId) | vtkMPICommunicator | [virtual] |
GatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type, int destProcessId) | vtkMPICommunicator | [virtual] |
GetClassName() | vtkMPICommunicator | [virtual] |
vtkObjectBase::GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCount() | vtkCommunicator | [virtual] |
GetDebug() | vtkObject | |
GetGlobalWarningDisplay() | vtkObject | [static] |
GetLeftChildProcessor(int pid) | vtkCommunicator | [static] |
GetLocalProcessId() | vtkCommunicator | [virtual] |
GetMPIComm() | vtkMPICommunicator | [inline] |
GetMTime() | vtkObject | [virtual] |
GetNumberOfProcesses() | vtkCommunicator | [virtual] |
GetParentProcessor(int pid) | vtkCommunicator | [static] |
GetReferenceCount() | vtkObjectBase | [inline] |
GetUseSsend() | vtkMPICommunicator | [virtual] |
GetWorldCommunicator() | vtkMPICommunicator | [static] |
GlobalWarningDisplayOff() | vtkObject | [inline, static] |
GlobalWarningDisplayOn() | vtkObject | [inline, static] |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Initialize(vtkProcessGroup *group) | vtkMPICommunicator | |
Initialize(vtkMPICommunicator *mpiComm, vtkMPIGroup *group) | vtkMPICommunicator | |
InitializeCopy(vtkMPICommunicator *source) | vtkMPICommunicator | [protected] |
Initialized | vtkMPICommunicator | [protected] |
InitializeNumberOfProcesses() | vtkMPICommunicator | [protected] |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) | vtkObject | [protected] |
InternalReleaseFocus() | vtkObject | [protected] |
InvokeEvent(unsigned long event, void *callData) | vtkObject | |
InvokeEvent(const char *event, void *callData) | vtkObject | |
InvokeEvent(unsigned long event) | vtkObject | [inline] |
InvokeEvent(const char *event) | vtkObject | [inline] |
IsA(const char *type) | vtkMPICommunicator | [virtual] |
IsTypeOf(const char *type) | vtkMPICommunicator | [static] |
KeepHandle | vtkMPICommunicator | [protected] |
KeepHandleOff() | vtkMPICommunicator | [protected, virtual] |
KeepHandleOn() | vtkMPICommunicator | [protected, virtual] |
LastSenderId | vtkMPICommunicator | [protected] |
LocalProcessId | vtkCommunicator | [protected] |
LOGICAL_AND_OP enum value | vtkCommunicator | |
LOGICAL_OR_OP enum value | vtkCommunicator | |
LOGICAL_XOR_OP enum value | vtkCommunicator | |
MarshalDataObject(vtkDataObject *object, vtkCharArray *buffer) | vtkCommunicator | [static] |
MAX_OP enum value | vtkCommunicator | |
MaximumNumberOfProcesses | vtkCommunicator | [protected] |
MIN_OP enum value | vtkCommunicator | |
Modified() | vtkObject | [virtual] |
MPIComm | vtkMPICommunicator | [protected] |
MTime | vtkObject | [protected] |
New() | vtkMPICommunicator | [static] |
NoBlockReceive(int *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockReceive(unsigned long *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockReceive(char *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockReceive(float *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockSend(const int *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockSend(const unsigned long *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockSend(const char *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NoBlockSend(const float *data, int length, int remoteProcessId, int tag, Request &req) | vtkMPICommunicator | |
NumberOfProcesses | vtkCommunicator | [protected] |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
PrintRevisions(ostream &os) | vtkObjectBase | |
PrintSelf(ostream &os, vtkIndent indent) | vtkMPICommunicator | [virtual] |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
PRODUCT_OP enum value | vtkCommunicator | |
ReadDataArray(vtkDataArray *object) | vtkCommunicator | [protected] |
Receive(vtkDataObject *data, int remoteHandle, int tag) | vtkCommunicator | |
Receive(vtkDataArray *data, int remoteHandle, int tag) | vtkCommunicator | |
Receive(int *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(unsigned int *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(unsigned long *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(unsigned char *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(char *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(float *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(double *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Receive(vtkMultiProcessStream &stream, int remoteId, int tag) | vtkCommunicator | |
ReceiveDataInternal(char *data, int length, int sizeoftype, int remoteProcessId, int tag, vtkMPICommunicatorReceiveDataInfo *info, int useCopy, int &senderId) | vtkMPICommunicator | [protected, virtual] |
ReceiveDataObject(int remoteHandle, int tag) | vtkCommunicator | |
ReceiveDataObject(vtkDataObject *data, int remoteHandle, int tag, int type=-1) | vtkCommunicator | [protected] |
ReceiveElementalDataObject(vtkDataObject *data, int remoteHandle, int tag) | vtkCommunicator | [protected] |
ReceiveMultiBlockDataSet(vtkMultiBlockDataSet *data, int remoteHandle, int tag) | vtkCommunicator | [protected] |
ReceiveTemporalDataSet(vtkTemporalDataSet *data, int remoteHandle, int tag) | vtkCommunicator | [protected] |
ReceiveVoidArray(void *data, vtkIdType length, int type, int remoteProcessId, int tag) | vtkMPICommunicator | [virtual] |
Reduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int operation, int destProcessId) | vtkCommunicator | |
Reduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | [inline] |
Reduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, Operation *operation, int destProcessId) | vtkCommunicator | |
REDUCE_TAG enum value | vtkCommunicator | |
ReduceAnd(bool *data, bool *to, int size, int root) | vtkMPICommunicator | |
ReduceMax(int *data, int *to, int size, int root) | vtkMPICommunicator | |
ReduceMax(unsigned long *data, unsigned long *to, int size, int root) | vtkMPICommunicator | |
ReduceMax(float *data, float *to, int size, int root) | vtkMPICommunicator | |
ReduceMax(double *data, double *to, int size, int root) | vtkMPICommunicator | |
ReduceMin(int *data, int *to, int size, int root) | vtkMPICommunicator | |
ReduceMin(unsigned long *data, unsigned long *to, int size, int root) | vtkMPICommunicator | |
ReduceMin(float *data, float *to, int size, int root) | vtkMPICommunicator | |
ReduceMin(double *data, double *to, int size, int root) | vtkMPICommunicator | |
ReduceOr(bool *data, bool *to, int size, int root) | vtkMPICommunicator | |
ReduceSum(int *data, int *to, int size, int root) | vtkMPICommunicator | |
ReduceSum(unsigned long *data, unsigned long *to, int size, int root) | vtkMPICommunicator | |
ReduceSum(float *data, float *to, int size, int root) | vtkMPICommunicator | |
ReduceSum(double *data, double *to, int size, int root) | vtkMPICommunicator | |
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int operation, int destProcessId) | vtkMPICommunicator | [virtual] |
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation, int destProcessId) | vtkMPICommunicator | [virtual] |
ReferenceCount | vtkObjectBase | [protected] |
Register(vtkObjectBase *o) | vtkObjectBase | [virtual] |
RegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
RemoveAllObservers() | vtkObject | |
RemoveObserver(vtkCommand *) | vtkObject | |
RemoveObserver(unsigned long tag) | vtkObject | |
RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
RemoveObservers(unsigned long event) | vtkObject | |
RemoveObservers(const char *event) | vtkObject | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | [protected, virtual] |
SafeDownCast(vtkObject *o) | vtkMPICommunicator | [static] |
Scatter(const int *sendBuffer, int *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Scatter(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Scatter(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Scatter(const char *sendBuffer, char *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Scatter(const float *sendBuffer, float *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Scatter(const double *sendBuffer, double *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | [inline] |
Scatter(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int srcProcessId) | vtkCommunicator | |
SCATTER_TAG enum value | vtkCommunicator | |
ScatterV(const int *sendBuffer, int *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | [inline] |
ScatterV(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | [inline] |
ScatterV(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | [inline] |
ScatterV(const char *sendBuffer, char *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | [inline] |
ScatterV(const float *sendBuffer, float *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | [inline] |
ScatterV(const double *sendBuffer, double *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | [inline] |
SCATTERV_TAG enum value | vtkCommunicator | |
ScatterVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int srcProcessId) | vtkMPICommunicator | [virtual] |
ScatterVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int type, int srcProcessId) | vtkMPICommunicator | [virtual] |
Send(vtkDataObject *data, int remoteHandle, int tag) | vtkCommunicator | |
Send(vtkDataArray *data, int remoteHandle, int tag) | vtkCommunicator | |
Send(const int *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const unsigned int *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const unsigned long *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const unsigned char *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const char *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const float *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const double *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | [inline] |
Send(const vtkMultiProcessStream &stream, int remoteId, int tag) | vtkCommunicator | |
SendElementalDataObject(vtkDataObject *data, int remoteHandle, int tag) | vtkCommunicator | [protected] |
SendMultiBlockDataSet(vtkMultiBlockDataSet *data, int remoteHandle, int tag) | vtkCommunicator | [protected] |
SendTemporalDataSet(vtkTemporalDataSet *data, int remoteHandle, int tag) | vtkCommunicator | [protected] |
SendVoidArray(const void *data, vtkIdType length, int type, int remoteProcessId, int tag) | vtkMPICommunicator | [virtual] |
SetDebug(unsigned char debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | [static] |
SetKeepHandle(int) | vtkMPICommunicator | [protected, virtual] |
SetNumberOfProcesses(int num) | vtkCommunicator | [virtual] |
SetReferenceCount(int) | vtkObjectBase | |
SetUseCopy(int useCopy) | vtkCommunicator | [static] |
SetUseSsend(int) | vtkMPICommunicator | [virtual] |
StandardOperations enum name | vtkCommunicator | |
SubjectHelper | vtkObject | [protected] |
SUM_OP enum value | vtkCommunicator | |
Superclass typedef | vtkMPICommunicator | |
Tags enum name | vtkCommunicator | |
UnMarshalDataObject(vtkCharArray *buffer, vtkDataObject *object) | vtkCommunicator | [static] |
UnRegister(vtkObjectBase *o) | vtkObjectBase | [virtual] |
UnRegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
UseCopy | vtkCommunicator | [protected, static] |
UseSsend | vtkMPICommunicator | [protected] |
UseSsendOff() | vtkMPICommunicator | [virtual] |
UseSsendOn() | vtkMPICommunicator | [virtual] |
vtkCommunicator() | vtkCommunicator | [protected] |
vtkMPICommunicator() | vtkMPICommunicator | [protected] |
vtkMPIController class | vtkMPICommunicator | [friend] |
vtkObject() | vtkObject | [protected] |
vtkObjectBase() | vtkObjectBase | [protected] |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
WorldCommunicator | vtkMPICommunicator | [protected, static] |
WriteDataArray(vtkDataArray *object) | vtkCommunicator | [protected] |
~vtkCommunicator() | vtkCommunicator | [protected] |
~vtkMPICommunicator() | vtkMPICommunicator | [protected] |
~vtkObject() | vtkObject | [protected, virtual] |
~vtkObjectBase() | vtkObjectBase | [protected, virtual] |