VTK
9.1.0
|
This is the complete list of members for vtkCommunicator, 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) | vtkObject | inline |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AllGather(const int *sendBuffer, int *recvBuffer, vtkIdType length) | vtkCommunicator | inline |
AllGather(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length) | vtkCommunicator | inline |
AllGather(const short *sendBuffer, short *recvBuffer, vtkIdType length) | vtkCommunicator | inline |
AllGather(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length) | vtkCommunicator | inline |
AllGather(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length) | vtkCommunicator | inline |
AllGather(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length) | vtkCommunicator | inline |
AllGather(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer) | vtkCommunicator | |
AllGather(const vtkMultiProcessStream &sendBuffer, std::vector< vtkMultiProcessStream > &recvBuffer) | vtkCommunicator | |
AllGather(vtkDataObject *sendBuffer, std::vector< vtkSmartPointer< vtkDataObject > > &recvBuffer) | vtkCommunicator | |
AllGatherV(const int *sendBuffer, int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | inline |
AllGatherV(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | inline |
AllGatherV(const short *sendBuffer, short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | inline |
AllGatherV(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | inline |
AllGatherV(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets) | vtkCommunicator | inline |
AllGatherV(const unsigned long long *sendBuffer, unsigned long long *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 | |
AllGatherV(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, vtkIdTypeArray *recvLengthsArray, vtkIdTypeArray *offsetsArray) | vtkCommunicator | protected |
AllGatherV(vtkDataArray *sendArray, vtkDataArray *recvArray, vtkSmartPointer< vtkDataArray > *recvArrays) | vtkCommunicator | protected |
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 int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | inline |
AllReduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | inline |
AllReduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | inline |
AllReduce(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int operation) | vtkCommunicator | inline |
AllReduce(const unsigned long long *sendBuffer, unsigned long long *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 int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | inline |
AllReduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | inline |
AllReduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | inline |
AllReduce(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, Operation *operation) | vtkCommunicator | inline |
AllReduce(const unsigned long long *sendBuffer, unsigned long long *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 | |
BreakOnError() | vtkObject | static |
Broadcast(int *data, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Broadcast(unsigned int *data, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Broadcast(short *data, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Broadcast(unsigned short *data, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Broadcast(long *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(signed 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(long long *data, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Broadcast(unsigned long long *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=nullptr, int *leftHasBounds=nullptr, int hasBoundsTag=288402, int localBoundsTag=288403, int globalBoundsTag=288404) | vtkCommunicator | virtual |
Count | vtkCommunicator | protected |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
FastDelete() | vtkObjectBase | virtual |
Gather(const int *sendBuffer, int *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | inline |
Gather(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | inline |
Gather(const short *sendBuffer, short *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | inline |
Gather(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | inline |
Gather(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | inline |
Gather(const unsigned long long *sendBuffer, unsigned long long *recvBuffer, vtkIdType length, int destProcessId) | vtkCommunicator | inline |
Gather(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, int destProcessId) | vtkCommunicator | |
Gather(vtkDataObject *sendBuffer, std::vector< vtkSmartPointer< vtkDataObject > > &recvBuffer, int destProcessId) | vtkCommunicator | |
Gather(const vtkMultiProcessStream &sendBuffer, std::vector< vtkMultiProcessStream > &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 int *sendBuffer, unsigned int *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | inline |
GatherV(const short *sendBuffer, short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | inline |
GatherV(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | inline |
GatherV(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType sendLength, vtkIdType *recvLengths, vtkIdType *offsets, int destProcessId) | vtkCommunicator | inline |
GatherV(const unsigned long long *sendBuffer, unsigned long long *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, 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) | vtkCommunicator | protected |
GATHERV_TAG enum value | vtkCommunicator | |
GatherVElementalDataObject(vtkDataObject *sendData, vtkSmartPointer< vtkDataObject > *receiveData, int destProcessId) | vtkCommunicator | protected |
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 |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCount() | vtkCommunicator | virtual |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetLeftChildProcessor(int pid) | vtkCommunicator | static |
GetLocalProcessId() | vtkCommunicator | virtual |
GetMTime() | vtkObject | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetNumberOfProcesses() | vtkCommunicator | virtual |
GetParentProcessor(int pid) | vtkCommunicator | static |
GetReferenceCount() | vtkObjectBase | inline |
GetUsingMemkind() | vtkObjectBase | static |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | 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) | vtkCommunicator | virtual |
IsTypeOf(const char *type) | vtkCommunicator | 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 | |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkObject | static |
NewInstance() const | vtkCommunicator | |
NewInstanceInternal() const | vtkCommunicator | protectedvirtual |
NumberOfProcesses | vtkCommunicator | protected |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkCommunicator | 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(short *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | inline |
Receive(unsigned short *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | inline |
Receive(long *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(signed 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(long long *data, vtkIdType maxlength, int remoteHandle, int tag) | vtkCommunicator | inline |
Receive(unsigned long long *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 *data, vtkIdType maxlength, int type, int remoteHandle, int tag)=0 | vtkCommunicator | pure virtual |
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 short *sendBuffer, short *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const unsigned long long *sendBuffer, unsigned long long *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 int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const short *sendBuffer, short *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, Operation *operation, int destProcessId) | vtkCommunicator | inline |
Reduce(const unsigned long long *sendBuffer, unsigned long long *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 |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
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 | protectedvirtual |
SafeDownCast(vtkObjectBase *o) | vtkCommunicator | static |
Scatter(const int *sendBuffer, int *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Scatter(const unsigned int *sendBuffer, unsigned int *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Scatter(const short *sendBuffer, short *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Scatter(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Scatter(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType length, int srcProcessId) | vtkCommunicator | inline |
Scatter(const unsigned long long *sendBuffer, unsigned long long *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 int *sendBuffer, unsigned int *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | inline |
ScatterV(const short *sendBuffer, short *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | inline |
ScatterV(const unsigned short *sendBuffer, unsigned short *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | inline |
ScatterV(const long *sendBuffer, long *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 signed char *sendBuffer, signed 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(const long long *sendBuffer, long long *recvBuffer, vtkIdType *sendLengths, vtkIdType *offsets, vtkIdType recvLength, int srcProcessId) | vtkCommunicator | inline |
ScatterV(const unsigned long long *sendBuffer, unsigned long long *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 short *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | inline |
Send(const unsigned short *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | inline |
Send(const long *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 signed 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 long long *data, vtkIdType length, int remoteHandle, int tag) | vtkCommunicator | inline |
Send(const unsigned long long *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 |
SendVoidArray(const void *data, vtkIdType length, int type, int remoteHandle, int tag)=0 | vtkCommunicator | pure virtual |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetNumberOfProcesses(int num) | vtkCommunicator | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SetUseCopy(int useCopy) | vtkCommunicator | static |
StandardOperations enum name | vtkCommunicator | |
SubjectHelper | vtkObject | protected |
SUM_OP enum value | vtkCommunicator | |
Superclass typedef | vtkCommunicator | |
Tags enum name | vtkCommunicator | |
UnMarshalDataObject(vtkCharArray *buffer, vtkDataObject *object) | vtkCommunicator | static |
UnMarshalDataObject(vtkCharArray *buffer) | vtkCommunicator | static |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
UseCopy | vtkCommunicator | protectedstatic |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkCommunicator() | vtkCommunicator | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
WeakPointers | vtkObjectBase | protected |
WriteDataArray(vtkDataArray *object) | vtkCommunicator | protected |
~vtkCommunicator() override | vtkCommunicator | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |