#include <VTKDataSetWriter.h>
◆ VTKDataSetWriter() [1/2]
      
        
          | VTKM_CONT vtkm::io::VTKDataSetWriter::VTKDataSetWriter  | 
          ( | 
          const char *  | 
          fileName | ) | 
           | 
        
      
 
 
◆ VTKDataSetWriter() [2/2]
      
        
          | VTKM_CONT vtkm::io::VTKDataSetWriter::VTKDataSetWriter  | 
          ( | 
          const std::string &  | 
          fileName | ) | 
           | 
        
      
 
 
◆ GetFileType()
Get whether the file will be written in ASCII or binary format. 
 
 
◆ SetFileType()
Set whether the file will be written in ASCII or binary format. 
 
 
◆ SetFileTypeToAscii()
  
  
      
        
          | VTKM_CONT void vtkm::io::VTKDataSetWriter::SetFileTypeToAscii  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set whether the file will be written in ASCII or binary format. 
 
 
◆ SetFileTypeToBinary()
  
  
      
        
          | VTKM_CONT void vtkm::io::VTKDataSetWriter::SetFileTypeToBinary  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set whether the file will be written in ASCII or binary format. 
 
 
◆ WriteDataSet()
◆ FileName
  
  
      
        
          | std::string vtkm::io::VTKDataSetWriter::FileName | 
         
       
   | 
  
private   | 
  
 
 
◆ FileType
The documentation for this struct was generated from the following file: