VTK  9.6.20260109
vtkDataReader.h File Reference
#include "vtkIOLegacyModule.h"
#include "vtkSimpleReader.h"
#include "vtkStdString.h"
#include <vtkSmartPointer.h>
#include <istream>
#include <locale>
#include <memory>
#include <streambuf>
Include dependency graph for vtkDataReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkDataReader
 helper superclass for objects that read vtk data files More...
 

Macros

#define VTK_ASCII   1
 
#define VTK_BINARY   2
 

Macro Definition Documentation

◆ VTK_ASCII

#define VTK_ASCII   1

Definition at line 33 of file vtkDataReader.h.

◆ VTK_BINARY

#define VTK_BINARY   2

Definition at line 34 of file vtkDataReader.h.