VTK
9.4.20241222
|
#include "vtkABINamespace.h"
#include <cstdint>
#include <fstream>
#include <iostream>
#include <list>
#include <map>
#include <set>
#include <sstream>
#include <string.h>
#include <string>
#include <valarray>
Go to the source code of this file.
Classes | |
struct | Cstring_less |
class | PIO_FIELD |
class | PIO_DATA |
class for reading PIO (Parallel Input Output) data files More... | |
Typedefs | |
typedef std::multimap< const char *, PIO_FIELD *, Cstring_less > | VAR_MAP |
typedef VAR_MAP::iterator | VMI |
typedef VAR_MAP::const_iterator | CVMI |
typedef std::pair< VMI, VMI > | VMP |
typedef std::pair< CVMI, CVMI > | CVMP |
Enumerations | |
enum | { Ntime = 0 , Nnumdim = 42 , Nmesh0 = 16 , Nmesh1 = 17 , Nmesh2 = 29 , Nd0 = 21 , Nd1 = 22 , Nd2 = 38 , NZero0 = 19 , NZero1 = 20 , NZero2 = 35 , Ncylin = 1 , Nsphere = 8 } |
typedef std::multimap<const char*, PIO_FIELD*, Cstring_less> VAR_MAP |