VTK
vtkMPICommunicator Member List

This is the complete list of members for vtkMPICommunicator, including all inherited members.

AddObserver(unsigned long event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(const char *event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AllGather(const int *sendBuffer, int *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const short *sendBuffer, short *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const long *sendBuffer, long *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const char *sendBuffer, char *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const float *sendBuffer, float *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const double *sendBuffer, double *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const long long *sendBuffer, long long *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer)vtkCommunicator
AllGatherV(const int *sendBuffer, int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const short *sendBuffer, short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const long *sendBuffer, long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const char *sendBuffer, char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const float *sendBuffer, float *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const double *sendBuffer, double *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const long long *sendBuffer, long long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicatorinline
AllGatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, vtkIdType *recvLengths, vtkIdType *offsets)vtkCommunicator
AllGatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer)vtkCommunicator
AllGatherVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type) overridevtkMPICommunicatorvirtual
AllGatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type) overridevtkMPICommunicatorvirtual
Allocate(size_t size)vtkMPICommunicatorstatic
AllReduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const long *sendBuffer, long *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int operation)vtkCommunicator
AllReduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const long *sendBuffer, long *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, Operation *operation)vtkCommunicator
AllReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int operation) overridevtkMPICommunicatorvirtual
AllReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation) overridevtkMPICommunicatorvirtual
Barrier() overridevtkMPICommunicatorvirtual
BARRIER_TAG enum valuevtkCommunicator
BITWISE_AND_OP enum valuevtkCommunicator
BITWISE_OR_OP enum valuevtkCommunicator
BITWISE_XOR_OP enum valuevtkCommunicator
BreakOnError()vtkObjectstatic
Broadcast(int *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(unsigned int *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(short *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(unsigned short *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(long *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(unsigned long *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(unsigned char *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(char *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(signed char *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(float *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(double *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(long long *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(unsigned long long *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(vtkDataObject *data, int srcProcessId)vtkCommunicator
Broadcast(vtkDataArray *data, int srcProcessId)vtkCommunicator
Broadcast(vtkMultiProcessStream &stream, int srcProcessId)vtkCommunicator
BROADCAST_TAG enum valuevtkCommunicator
BroadcastVoidArray(void *data, vtkIdType length, int type, int srcProcessId) overridevtkMPICommunicatorvirtual
CheckForMPIError(int err)vtkMPICommunicatorprotectedstatic
CollectRevisions(ostream &)vtkObjectBaseinlineprotectedvirtual
ComputeGlobalBounds(int processorId, int numProcesses, vtkBoundingBox *bounds, int *rightHasBounds=nullptr, int *leftHasBounds=nullptr, int hasBoundsTag=288402, int localBoundsTag=288403, int globalBoundsTag=288404)vtkCommunicatorvirtual
CopyFrom(vtkMPICommunicator *source)vtkMPICommunicator
CountvtkCommunicatorprotected
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
Delete()vtkObjectBasevirtual
Duplicate(vtkMPICommunicator *source)vtkMPICommunicatorprotected
FastDelete()vtkObjectBasevirtual
Free(char *ptr)vtkMPICommunicatorstatic
Gather(const int *sendBuffer, int *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const short *sendBuffer, short *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const long *sendBuffer, long *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const char *sendBuffer, char *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const float *sendBuffer, float *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const double *sendBuffer, double *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int destProcessId)vtkCommunicator
Gather(vtkDataObject *sendBuffer, std::vector< vtkSmartPointer< vtkDataObject > > &recvBuffer, int destProcessId)vtkCommunicator
GATHER_TAG enum valuevtkCommunicator
GatherV(const int *sendBuffer, int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const short *sendBuffer, short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const long *sendBuffer, long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const char *sendBuffer, char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const float *sendBuffer, float *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const double *sendBuffer, double *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const long long *sendBuffer, long long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicatorinline
GatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicator
GatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, vtkIdTypeArray *recvLengths, vtkIdTypeArray *offsets, int destProcessId)vtkCommunicator
GatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int destProcessId)vtkCommunicator
GatherV(vtkDataObject *sendData, vtkSmartPointer< vtkDataObject > *recvData, int destProcessId)vtkCommunicator
GatherV(vtkDataArray *sendArray, vtkDataArray *recvArray, vtkSmartPointer< vtkDataArray > *recvArrays, int destProcessId)vtkCommunicatorprotected
GATHERV_TAG enum valuevtkCommunicator
GatherVElementalDataObject(vtkDataObject *sendData, vtkSmartPointer< vtkDataObject > *receiveData, int destProcessId)vtkCommunicatorprotected
GatherVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int destProcessId) overridevtkMPICommunicatorvirtual
GatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type, int destProcessId) overridevtkMPICommunicatorvirtual
GetClassName() const vtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetCount()vtkCommunicatorvirtual
GetDebug()vtkObject
GetGlobalWarningDisplay()vtkObjectstatic
GetLeftChildProcessor(int pid)vtkCommunicatorstatic
GetLocalProcessId()vtkCommunicatorvirtual
GetMPIComm()vtkMPICommunicatorinline
GetMTime()vtkObjectvirtual
GetNumberOfProcesses()vtkCommunicatorvirtual
GetParentProcessor(int pid)vtkCommunicatorstatic
GetReferenceCount()vtkObjectBaseinline
GetUseSsend()vtkMPICommunicatorvirtual
GetWorldCommunicator()vtkMPICommunicatorstatic
GlobalWarningDisplayOff()vtkObjectinlinestatic
GlobalWarningDisplayOn()vtkObjectinlinestatic
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
InitializeCopy(vtkMPICommunicator *source)vtkMPICommunicatorprotected
InitializedvtkMPICommunicatorprotected
InitializeExternal(vtkMPICommunicatorOpaqueComm *comm)vtkMPICommunicator
InitializeNumberOfProcesses()vtkMPICommunicatorprotected
InitializeObjectBase()vtkObjectBase
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)vtkObjectprotected
InternalReleaseFocus()vtkObjectprotected
InvokeEvent(unsigned long event, void *callData)vtkObject
InvokeEvent(const char *event, void *callData)vtkObject
InvokeEvent(unsigned long event)vtkObjectinline
InvokeEvent(const char *event)vtkObjectinline
Iprobe(int source, int tag, int *flag, int *actualSource)vtkMPICommunicator
Iprobe(int source, int tag, int *flag, int *actualSource, int *type, int *size)vtkMPICommunicator
Iprobe(int source, int tag, int *flag, int *actualSource, unsigned long *type, int *size)vtkMPICommunicator
Iprobe(int source, int tag, int *flag, int *actualSource, const char *type, int *size)vtkMPICommunicator
Iprobe(int source, int tag, int *flag, int *actualSource, float *type, int *size)vtkMPICommunicator
Iprobe(int source, int tag, int *flag, int *actualSource, double *type, int *size)vtkMPICommunicator
IsA(const char *type)vtkMPICommunicatorvirtual
IsTypeOf(const char *type)vtkMPICommunicatorstatic
KeepHandlevtkMPICommunicatorprotected
KeepHandleOff()vtkMPICommunicatorprotectedvirtual
KeepHandleOn()vtkMPICommunicatorprotectedvirtual
LastSenderIdvtkMPICommunicatorprotected
LocalProcessIdvtkCommunicatorprotected
LOGICAL_AND_OP enum valuevtkCommunicator
LOGICAL_OR_OP enum valuevtkCommunicator
LOGICAL_XOR_OP enum valuevtkCommunicator
MarshalDataObject(vtkDataObject *object, vtkCharArray *buffer)vtkCommunicatorstatic
MAX_OP enum valuevtkCommunicator
MaximumNumberOfProcessesvtkCommunicatorprotected
MIN_OP enum valuevtkCommunicator
Modified()vtkObjectvirtual
MPICommvtkMPICommunicatorprotected
MTimevtkObjectprotected
New()vtkMPICommunicatorstatic
NewInstance() const vtkMPICommunicator
NewInstanceInternal() const vtkMPICommunicatorprotectedvirtual
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(unsigned char *data, int length, int remoteProcessId, int tag, Request &req)vtkMPICommunicator
NoBlockReceive(float *data, int length, int remoteProcessId, int tag, Request &req)vtkMPICommunicator
NoBlockReceive(double *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 unsigned char *data, int length, int remoteProcessId, int tag, Request &req)vtkMPICommunicator
NoBlockSend(const float *data, int length, int remoteProcessId, int tag, Request &req)vtkMPICommunicator
NoBlockSend(const double *data, int length, int remoteProcessId, int tag, Request &req)vtkMPICommunicator
NumberOfProcessesvtkCommunicatorprotected
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintRevisions(ostream &)vtkObjectBaseinline
PrintSelf(ostream &os, vtkIndent indent) overridevtkMPICommunicatorvirtual
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PRODUCT_OP enum valuevtkCommunicator
ReadDataArray(vtkDataArray *object)vtkCommunicatorprotected
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)vtkCommunicatorinline
Receive(unsigned int *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(short *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(unsigned short *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(long *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(unsigned long *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(unsigned char *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(char *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(signed char *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(float *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(double *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(long long *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(unsigned long long *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
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)vtkMPICommunicatorprotectedvirtual
ReceiveDataObject(int remoteHandle, int tag)vtkCommunicator
ReceiveDataObject(vtkDataObject *data, int remoteHandle, int tag, int type=-1)vtkCommunicatorprotected
ReceiveElementalDataObject(vtkDataObject *data, int remoteHandle, int tag)vtkCommunicatorprotected
ReceiveMultiBlockDataSet(vtkMultiBlockDataSet *data, int remoteHandle, int tag)vtkCommunicatorprotected
ReceiveVoidArray(void *data, vtkIdType length, int type, int remoteProcessId, int tag) overridevtkMPICommunicatorvirtual
Reduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const long *sendBuffer, long *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, int operation, int destProcessId)vtkCommunicatorinline
Reduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int operation, int destProcessId)vtkCommunicator
Reduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const long *sendBuffer, long *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const char *sendBuffer, char *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const float *sendBuffer, float *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const double *sendBuffer, double *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, Operation *operation, int destProcessId)vtkCommunicatorinline
Reduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, Operation *operation, int destProcessId)vtkCommunicator
REDUCE_TAG enum valuevtkCommunicator
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int operation, int destProcessId) overridevtkMPICommunicatorvirtual
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation, int destProcessId) overridevtkMPICommunicatorvirtual
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkObjectBasevirtual
RegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
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 *)vtkObjectBaseprotectedvirtual
SafeDownCast(vtkObjectBase *o)vtkMPICommunicatorstatic
Scatter(const int *sendBuffer, int *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const short *sendBuffer, short *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const long *sendBuffer, long *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const char *sendBuffer, char *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const float *sendBuffer, float *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const double *sendBuffer, double *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int srcProcessId)vtkCommunicator
SCATTER_TAG enum valuevtkCommunicator
ScatterV(const int *sendBuffer, int *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const short *sendBuffer, short *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const long *sendBuffer, long *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const unsigned long *sendBuffer, unsigned long *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const unsigned char *sendBuffer, unsigned char *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const char *sendBuffer, char *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const signed char *sendBuffer, signed char *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const float *sendBuffer, float *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const double *sendBuffer, double *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const long long *sendBuffer, long long *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
ScatterV(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId)vtkCommunicatorinline
SCATTERV_TAG enum valuevtkCommunicator
ScatterVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int srcProcessId) overridevtkMPICommunicatorvirtual
ScatterVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int type, int srcProcessId) overridevtkMPICommunicatorvirtual
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)vtkCommunicatorinline
Send(const unsigned int *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const short *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const unsigned short *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const long *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const unsigned long *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const unsigned char *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const char *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const signed char *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const float *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const double *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const long long *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const unsigned long long *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const vtkMultiProcessStream &stream, int remoteId, int tag)vtkCommunicator
SendElementalDataObject(vtkDataObject *data, int remoteHandle, int tag)vtkCommunicatorprotected
SendVoidArray(const void *data, vtkIdType length, int type, int remoteProcessId, int tag) overridevtkMPICommunicatorvirtual
SetDebug(bool debugFlag)vtkObject
SetGlobalWarningDisplay(int val)vtkObjectstatic
SetKeepHandle(int)vtkMPICommunicatorprotectedvirtual
SetNumberOfProcesses(int num)vtkCommunicatorvirtual
SetReferenceCount(int)vtkObjectBase
SetUseCopy(int useCopy)vtkCommunicatorstatic
SetUseSsend(int)vtkMPICommunicatorvirtual
SplitInitialize(vtkCommunicator *oldcomm, int color, int key)vtkMPICommunicator
StandardOperations enum namevtkCommunicator
SubjectHelpervtkObjectprotected
SUM_OP enum valuevtkCommunicator
Superclass typedefvtkMPICommunicator
Tags enum namevtkCommunicator
TestAll(const int count, Request requests[], int &flag)vtkMPICommunicator
TestAny(const int count, Request requests[], int &idx, int &flag)vtkMPICommunicator
TestSome(const int count, Request requests[], int &NCompleted, int *completed)vtkMPICommunicator
UnMarshalDataObject(vtkCharArray *buffer, vtkDataObject *object)vtkCommunicatorstatic
UnMarshalDataObject(vtkCharArray *buffer)vtkCommunicatorstatic
UnRegister(vtkObjectBase *o)vtkObjectBasevirtual
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
UseCopyvtkCommunicatorprotectedstatic
UseSsendvtkMPICommunicatorprotected
UseSsendOff()vtkMPICommunicatorvirtual
UseSsendOn()vtkMPICommunicatorvirtual
vtkBaseTypeMacro(vtkObject, vtkObjectBase)vtkObject
vtkCommunicator()vtkCommunicatorprotected
vtkMPICommunicator()vtkMPICommunicatorprotected
vtkMPIController classvtkMPICommunicatorfriend
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
WaitAll(const int count, Request requests[])vtkMPICommunicator
WaitAny(const int count, Request requests[], int &idx)vtkMPICommunicator
WaitSome(const int count, Request requests[], int &NCompleted, int *completed)vtkMPICommunicator
WeakPointersvtkObjectBaseprotected
WorldCommunicatorvtkMPICommunicatorprotectedstatic
WriteDataArray(vtkDataArray *object)vtkCommunicatorprotected
~vtkCommunicator() overridevtkCommunicatorprotected
~vtkMPICommunicator()vtkMPICommunicatorprotected
~vtkObject() overridevtkObjectprotected
~vtkObjectBase()vtkObjectBaseprotectedvirtual