This is the complete list of members for vtkDummyCommunicator, including all inherited members.
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 |
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) | vtkCommunicator | virtual |
AllGatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type) | vtkCommunicator | virtual |
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) | vtkCommunicator | virtual |
AllReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation) | vtkCommunicator | virtual |
Barrier() | vtkCommunicator | virtual |
BARRIER_TAG enum value | vtkCommunicator | |
BITWISE_AND_OP enum value | vtkCommunicator | |
BITWISE_OR_OP enum value | vtkCommunicator | |
BITWISE_XOR_OP enum value | vtkCommunicator | |
Broadcast(int *data, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Broadcast(unsigned 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) | vtkCommunicator | 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 |
Count | vtkCommunicator | protected |
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(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | |
GatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int destProcessId) | vtkCommunicator | |
GATHERV_TAG enum value | vtkCommunicator | |
GatherVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int destProcessId) | vtkCommunicator | virtual |
GatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type, int destProcessId) | vtkCommunicator | virtual |
GetCount() | vtkCommunicator | virtual |
GetLeftChildProcessor(int pid) | vtkCommunicator | static |
GetLocalProcessId() | vtkCommunicator | virtual |
GetNumberOfProcesses() | vtkCommunicator | virtual |
GetParentProcessor(int pid) | vtkCommunicator | static |
IsA(const char *type) | vtkDummyCommunicator | virtual |
IsTypeOf(const char *type) | vtkDummyCommunicator | static |
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 | |
New() | vtkDummyCommunicator | static |
NewInstance() const | vtkDummyCommunicator | |
NewInstanceInternal() const | vtkDummyCommunicator | protectedvirtual |
NumberOfProcesses | vtkCommunicator | protected |
PrintSelf(ostream &os, vtkIndent indent) | vtkDummyCommunicator | 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 | |
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 |
ReceiveVoidArray(void *, vtkIdType, int, int, int) | vtkDummyCommunicator | inlinevirtual |
Reduce(const int *sendBuffer, int *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const unsigned int *sendBuffer, unsigned 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 | |
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int operation, int destProcessId) | vtkCommunicator | virtual |
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation, int destProcessId) | vtkCommunicator | virtual |
SafeDownCast(vtkObjectBase *o) | vtkDummyCommunicator | 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) | vtkCommunicator | virtual |
ScatterVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int type, int srcProcessId) | vtkCommunicator | 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 |
SendVoidArray(const void *, vtkIdType, int, int, int) | vtkDummyCommunicator | inlinevirtual |
SetNumberOfProcesses(int num) | vtkCommunicator | virtual |
SetUseCopy(int useCopy) | vtkCommunicator | static |
StandardOperations enum name | vtkCommunicator | |
SUM_OP enum value | vtkCommunicator | |
Superclass typedef | vtkDummyCommunicator | |
Tags enum name | vtkCommunicator | |
UnMarshalDataObject(vtkCharArray *buffer, vtkDataObject *object) | vtkCommunicator | static |
UseCopy | vtkCommunicator | protectedstatic |
vtkCommunicator() | vtkCommunicator | protected |
vtkDummyCommunicator() | vtkDummyCommunicator | protected |
WriteDataArray(vtkDataArray *object) | vtkCommunicator | protected |
~vtkCommunicator() | vtkCommunicator | protected |
~vtkDummyCommunicator() | vtkDummyCommunicator | protectedvirtual |