|
VTK
9.2.6
|
#include <vtkAMReXGridReaderInternal.h>
Public Member Functions | |
| RealDescriptor () | |
| RealDescriptor (const long *format, const int *order, int order_length) | |
| const long * | format () const & |
| const std::vector< long > & | formatarray () const & |
| const int * | order () const & |
| const std::vector< int > & | orderarray () const & |
| int | numBytes () const |
| bool | operator== (const RealDescriptor &rd) const |
Definition at line 64 of file vtkAMReXGridReaderInternal.h.
| RealDescriptor::RealDescriptor | ( | ) |
| RealDescriptor::RealDescriptor | ( | const long * | format, |
| const int * | order, | ||
| int | order_length | ||
| ) |
| const long* RealDescriptor::format | ( | ) | const |
| const std::vector<long>& RealDescriptor::formatarray | ( | ) | const |
| const int* RealDescriptor::order | ( | ) | const |
| const std::vector<int>& RealDescriptor::orderarray | ( | ) | const |
| int RealDescriptor::numBytes | ( | ) | const |
| bool RealDescriptor::operator== | ( | const RealDescriptor & | rd | ) | const |
1.8.10