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

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)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 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
BreakOnError()vtkObjectstatic
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
CollectRevisions(ostream &)vtkObjectBaseinlineprotectedvirtual
ComputeGlobalBounds(int processorId, int numProcesses, vtkBoundingBox *bounds, int *rightHasBounds=0, int *leftHasBounds=0, int hasBoundsTag=288402, int localBoundsTag=288403, int globalBoundsTag=288404)vtkCommunicatorvirtual
CountvtkCommunicatorprotected
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
Delete()vtkObjectBasevirtual
FastDelete()vtkObjectBasevirtual
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
GetClassName() const vtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetCount()vtkCommunicatorvirtual
GetDebug()vtkObject
GetGlobalWarningDisplay()vtkObjectstatic
GetLeftChildProcessor(int pid)vtkCommunicatorstatic
GetLocalProcessId()vtkCommunicatorvirtual
GetMTime()vtkObjectvirtual
GetNumberOfProcesses()vtkCommunicatorvirtual
GetParentProcessor(int pid)vtkCommunicatorstatic
GetReferenceCount()vtkObjectBaseinline
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
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)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
IsA(const char *type)vtkCommunicatorvirtual
IsTypeOf(const char *type)vtkCommunicatorstatic
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
MTimevtkObjectprotected
New()vtkObjectstatic
NewInstance() const vtkCommunicator
NewInstanceInternal() const vtkCommunicatorprotectedvirtual
NumberOfProcessesvtkCommunicatorprotected
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintRevisions(ostream &)vtkObjectBaseinline
PrintSelf(ostream &os, vtkIndent indent)vtkCommunicatorvirtual
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(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 *data, vtkIdType maxlength, int type, int remoteHandle, int tag)=0vtkCommunicatorpure virtual
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
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkObjectBasevirtual
RegisterInternal(vtkObjectBase *, int check)vtkObjectprotectedvirtual
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)vtkCommunicatorstatic
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 *data, vtkIdType length, int type, int remoteHandle, int tag)=0vtkCommunicatorpure virtual
SetDebug(unsigned char debugFlag)vtkObject
SetGlobalWarningDisplay(int val)vtkObjectstatic
SetNumberOfProcesses(int num)vtkCommunicatorvirtual
SetReferenceCount(int)vtkObjectBase
SetUseCopy(int useCopy)vtkCommunicatorstatic
StandardOperations enum namevtkCommunicator
SubjectHelpervtkObjectprotected
SUM_OP enum valuevtkCommunicator
Superclass typedefvtkCommunicator
Tags enum namevtkCommunicator
UnMarshalDataObject(vtkCharArray *buffer, vtkDataObject *object)vtkCommunicatorstatic
UnRegister(vtkObjectBase *o)vtkObjectBasevirtual
UnRegisterInternal(vtkObjectBase *, int check)vtkObjectprotectedvirtual
UseCopyvtkCommunicatorprotectedstatic
vtkCommunicator()vtkCommunicatorprotected
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
WeakPointersvtkObjectBaseprotected
WriteDataArray(vtkDataArray *object)vtkCommunicatorprotected
~vtkCommunicator()vtkCommunicatorprotected
~vtkObject()vtkObjectprotectedvirtual
~vtkObjectBase()vtkObjectBaseprotectedvirtual