VTK
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkDummyCommunicator Member List

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

AllGather(const int *sendBuffer, int *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 float *sendBuffer, float *recvBuffer, vtkIdType length)vtkCommunicatorinline
AllGather(const double *sendBuffer, double *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 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 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(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)vtkCommunicatorvirtual
AllGatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type)vtkCommunicatorvirtual
AllReduce(const int *sendBuffer, int *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 float *sendBuffer, float *recvBuffer, vtkIdType length, int operation)vtkCommunicatorinline
AllReduce(const double *sendBuffer, double *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 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 float *sendBuffer, float *recvBuffer, vtkIdType length, Operation *operation)vtkCommunicatorinline
AllReduce(const double *sendBuffer, double *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)vtkCommunicatorvirtual
AllReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation)vtkCommunicatorvirtual
Barrier()vtkCommunicatorvirtual
BARRIER_TAG enum valuevtkCommunicator
BITWISE_AND_OP enum valuevtkCommunicator
BITWISE_OR_OP enum valuevtkCommunicator
BITWISE_XOR_OP enum valuevtkCommunicator
Broadcast(int *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(unsigned int *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(float *data, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Broadcast(double *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)vtkCommunicatorvirtual
ComputeGlobalBounds(int processorId, int numProcesses, vtkBoundingBox *bounds, int *rightHasBounds=0, int *leftHasBounds=0, int hasBoundsTag=288402, int localBoundsTag=288403, int globalBoundsTag=288404)vtkCommunicatorvirtual
CountvtkCommunicatorprotected
Gather(const int *sendBuffer, int *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 float *sendBuffer, float *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(const double *sendBuffer, double *recvBuffer, vtkIdType length, int destProcessId)vtkCommunicatorinline
Gather(vtkDataArray *sendBuffer, vtkDataArray *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 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 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(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId)vtkCommunicator
GatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int destProcessId)vtkCommunicator
GATHERV_TAG enum valuevtkCommunicator
GatherVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int destProcessId)vtkCommunicatorvirtual
GatherVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int type, int destProcessId)vtkCommunicatorvirtual
GetCount()vtkCommunicatorvirtual
GetLeftChildProcessor(int pid)vtkCommunicatorstatic
GetLocalProcessId()vtkCommunicatorvirtual
GetNumberOfProcesses()vtkCommunicatorvirtual
GetParentProcessor(int pid)vtkCommunicatorstatic
IsA(const char *type)vtkDummyCommunicatorvirtual
IsTypeOf(const char *type)vtkDummyCommunicatorstatic
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
New()vtkDummyCommunicatorstatic
NewInstance() const vtkDummyCommunicator
NewInstanceInternal() const vtkDummyCommunicatorprotectedvirtual
NumberOfProcessesvtkCommunicatorprotected
PrintSelf(ostream &os, vtkIndent indent)vtkDummyCommunicatorvirtual
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(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(float *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(double *data, vtkIdType maxlength, int remoteHandle, int tag)vtkCommunicatorinline
Receive(vtkMultiProcessStream &stream, int remoteId, int tag)vtkCommunicator
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 *, vtkIdType, int, int, int)vtkDummyCommunicatorinlinevirtual
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 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 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(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 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 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(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)vtkCommunicatorvirtual
ReduceVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, Operation *operation, int destProcessId)vtkCommunicatorvirtual
SafeDownCast(vtkObjectBase *o)vtkDummyCommunicatorstatic
Scatter(const int *sendBuffer, int *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 float *sendBuffer, float *recvBuffer, vtkIdType length, int srcProcessId)vtkCommunicatorinline
Scatter(const double *sendBuffer, double *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 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 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_TAG enum valuevtkCommunicator
ScatterVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType length, int type, int srcProcessId)vtkCommunicatorvirtual
ScatterVVoidArray(const void *sendBuffer, void *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int type, int srcProcessId)vtkCommunicatorvirtual
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 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 float *data, vtkIdType length, int remoteHandle, int tag)vtkCommunicatorinline
Send(const double *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
SendMultiBlockDataSet(vtkMultiBlockDataSet *data, int remoteHandle, int tag)vtkCommunicatorprotected
SendVoidArray(const void *, vtkIdType, int, int, int)vtkDummyCommunicatorinlinevirtual
SetNumberOfProcesses(int num)vtkCommunicatorvirtual
SetUseCopy(int useCopy)vtkCommunicatorstatic
StandardOperations enum namevtkCommunicator
SUM_OP enum valuevtkCommunicator
Superclass typedefvtkDummyCommunicator
Tags enum namevtkCommunicator
UnMarshalDataObject(vtkCharArray *buffer, vtkDataObject *object)vtkCommunicatorstatic
UseCopyvtkCommunicatorprotectedstatic
vtkCommunicator()vtkCommunicatorprotected
vtkDummyCommunicator()vtkDummyCommunicatorprotected
WriteDataArray(vtkDataArray *object)vtkCommunicatorprotected
~vtkCommunicator()vtkCommunicatorprotected
~vtkDummyCommunicator()vtkDummyCommunicatorprotectedvirtual