Go to the documentation of this file.
15 #ifndef __vtkXMLWriterC_h
16 #define __vtkXMLWriterC_h
21 #if defined(_WIN32) && defined(VTK_BUILD_SHARED_LIBS)
22 # if defined(vtkIO_EXPORTS)
23 # define VTK_XML_EXPORT __declspec(dllexport)
25 # define VTK_XML_EXPORT __declspec(dllimport)
28 # define VTK_XML_EXPORT
135 int dataType,
void*
data,
206 int dataType,
void*
data,
211 int dataType,
void*
data,
280 #undef VTK_XML_EXPORT