#include <vtkMaterialInterfaceCommBuffer.h>
|
| vtkMaterialInterfaceCommBuffer () |
|
| ~vtkMaterialInterfaceCommBuffer () |
|
void | Initialize (int procId, int nBlocks, vtkIdType nBytes) |
|
void | SizeHeader (int nBlocks) |
|
void | SizeBuffer (vtkIdType nBytes) |
|
void | SizeBuffer () |
|
void | Clear () |
|
vtkIdType | GetBufferSize () const |
|
char * | GetBuffer () const |
|
vtkIdType | GetEOD () const |
|
int | GetHeaderSize () const |
|
vtkIdType * | GetHeader () const |
|
vtkIdType | Capacity () |
|
void | SetNumberOfTuples (int blockId, vtkIdType nFragments) |
|
vtkIdType | GetNumberOfTuples (int blockId) const |
|
vtkIdType | Pack (const double *pData, const int nComps, const vtkIdType nTups) |
|
vtkIdType | Pack (const float *pData, const int nComps, const vtkIdType nTups) |
|
vtkIdType | Pack (const int *pData, const int nComps, const vtkIdType nTups) |
|
vtkIdType | Pack (vtkDoubleArray *da) |
|
vtkIdType | Pack (vtkFloatArray *da) |
|
void | InitUnpack () |
|
int | UnPack (double *&rData, const int nComps, const vtkIdType nTups, const bool copyFlag) |
|
int | UnPack (float *&rData, const int nComps, const vtkIdType nTups, const bool copyFlag) |
|
int | UnPack (int *&rData, const int nComps, const vtkIdType nTups, const bool copyFlag) |
|
int | UnPack (vtkDoubleArray *da, const int nComps, const vtkIdType nTups, const bool copyFlag) |
|
int | UnPack (vtkFloatArray *da, const int nComps, const vtkIdType nTups, const bool copyFlag) |
|
§ anonymous enum
§ vtkMaterialInterfaceCommBuffer()
vtkMaterialInterfaceCommBuffer::vtkMaterialInterfaceCommBuffer |
( |
| ) |
|
§ ~vtkMaterialInterfaceCommBuffer()
vtkMaterialInterfaceCommBuffer::~vtkMaterialInterfaceCommBuffer |
( |
| ) |
|
§ Initialize()
void vtkMaterialInterfaceCommBuffer::Initialize |
( |
int |
procId, |
|
|
int |
nBlocks, |
|
|
vtkIdType |
nBytes |
|
) |
| |
§ SizeHeader() [1/2]
void vtkMaterialInterfaceCommBuffer::SizeHeader |
( |
int |
nBlocks | ) |
|
§ SizeHeader() [2/2]
§ SizeBuffer() [1/2]
void vtkMaterialInterfaceCommBuffer::SizeBuffer |
( |
vtkIdType |
nBytes | ) |
|
§ SizeBuffer() [2/2]
void vtkMaterialInterfaceCommBuffer::SizeBuffer |
( |
| ) |
|
§ Clear()
void vtkMaterialInterfaceCommBuffer::Clear |
( |
| ) |
|
§ GetBufferSize()
vtkIdType vtkMaterialInterfaceCommBuffer::GetBufferSize |
( |
| ) |
const |
|
inline |
§ GetBuffer()
char* vtkMaterialInterfaceCommBuffer::GetBuffer |
( |
| ) |
const |
|
inline |
§ GetEOD()
vtkIdType vtkMaterialInterfaceCommBuffer::GetEOD |
( |
| ) |
const |
|
inline |
§ GetHeaderSize()
int vtkMaterialInterfaceCommBuffer::GetHeaderSize |
( |
| ) |
const |
|
inline |
§ GetHeader()
vtkIdType* vtkMaterialInterfaceCommBuffer::GetHeader |
( |
| ) |
const |
|
inline |
§ Capacity()
vtkIdType vtkMaterialInterfaceCommBuffer::Capacity |
( |
| ) |
|
|
inline |
§ SetNumberOfTuples()
void vtkMaterialInterfaceCommBuffer::SetNumberOfTuples |
( |
int |
blockId, |
|
|
vtkIdType |
nFragments |
|
) |
| |
|
inline |
§ GetNumberOfTuples()
vtkIdType vtkMaterialInterfaceCommBuffer::GetNumberOfTuples |
( |
int |
blockId | ) |
const |
|
inline |
§ Pack() [1/5]
vtkIdType vtkMaterialInterfaceCommBuffer::Pack |
( |
const double * |
pData, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups |
|
) |
| |
§ Pack() [2/5]
vtkIdType vtkMaterialInterfaceCommBuffer::Pack |
( |
const float * |
pData, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups |
|
) |
| |
§ Pack() [3/5]
vtkIdType vtkMaterialInterfaceCommBuffer::Pack |
( |
const int * |
pData, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups |
|
) |
| |
§ Pack() [4/5]
vtkIdType vtkMaterialInterfaceCommBuffer::Pack |
( |
vtkDoubleArray * |
da | ) |
|
§ Pack() [5/5]
vtkIdType vtkMaterialInterfaceCommBuffer::Pack |
( |
vtkFloatArray * |
da | ) |
|
§ InitUnpack()
void vtkMaterialInterfaceCommBuffer::InitUnpack |
( |
| ) |
|
|
inline |
§ UnPack() [1/5]
int vtkMaterialInterfaceCommBuffer::UnPack |
( |
double *& |
rData, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups, |
|
|
const bool |
copyFlag |
|
) |
| |
§ UnPack() [2/5]
int vtkMaterialInterfaceCommBuffer::UnPack |
( |
float *& |
rData, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups, |
|
|
const bool |
copyFlag |
|
) |
| |
§ UnPack() [3/5]
int vtkMaterialInterfaceCommBuffer::UnPack |
( |
int *& |
rData, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups, |
|
|
const bool |
copyFlag |
|
) |
| |
§ UnPack() [4/5]
int vtkMaterialInterfaceCommBuffer::UnPack |
( |
vtkDoubleArray * |
da, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups, |
|
|
const bool |
copyFlag |
|
) |
| |
§ UnPack() [5/5]
int vtkMaterialInterfaceCommBuffer::UnPack |
( |
vtkFloatArray * |
da, |
|
|
const int |
nComps, |
|
|
const vtkIdType |
nTups, |
|
|
const bool |
copyFlag |
|
) |
| |
The documentation for this class was generated from the following file: