Expose a tuple in a vtkDoubleArray as an object with a size() method to satisfy requirements of the output iterator API.
More...
#include <vtkDGArrayOutputAccessor.h>
|
| double * | Data { nullptr } |
| |
| int | Size { 0 } |
| |
Expose a tuple in a vtkDoubleArray as an object with a size() method to satisfy requirements of the output iterator API.
Definition at line 32 of file vtkDGArrayOutputAccessor.h.
◆ Tuple() [1/3]
| vtkDGArrayOutputAccessor::Tuple::Tuple |
( |
| ) |
|
|
default |
◆ Tuple() [2/3]
| vtkDGArrayOutputAccessor::Tuple::Tuple |
( |
double * |
data, |
|
|
int |
size |
|
) |
| |
|
inline |
◆ Tuple() [3/3]
| vtkDGArrayOutputAccessor::Tuple::Tuple |
( |
const Tuple & |
| ) |
|
|
default |
◆ operator=()
| Tuple & vtkDGArrayOutputAccessor::Tuple::operator= |
( |
const Tuple & |
| ) |
|
|
default |
◆ operator[]()
| double & vtkDGArrayOutputAccessor::Tuple::operator[] |
( |
int |
ii | ) |
|
|
inline |
◆ data() [1/2]
| const double * vtkDGArrayOutputAccessor::Tuple::data |
( |
| ) |
const |
|
inline |
◆ data() [2/2]
| double * vtkDGArrayOutputAccessor::Tuple::data |
( |
| ) |
|
|
inline |
◆ size()
| int vtkDGArrayOutputAccessor::Tuple::size |
( |
| ) |
const |
|
inline |
◆ operator bool()
| vtkDGArrayOutputAccessor::Tuple::operator bool |
( |
| ) |
const |
|
inline |
◆ Data
| double* vtkDGArrayOutputAccessor::Tuple::Data { nullptr } |
◆ Size
| int vtkDGArrayOutputAccessor::Tuple::Size { 0 } |
The documentation for this struct was generated from the following file: