MeshLink
Computational geometry access
MeshLinkWriter Class Reference

Base class for MeshLink data writer interface. More...

#include <MeshLinkWriter.h>

Public Member Functions

 MeshLinkWriter ()
 
 ~MeshLinkWriter ()
 
virtual bool writeMeshLinkFile (const std::string &fname, MeshAssociativity *meshAssociativity, bool compress=true, bool terminatePlatform=true)
 
virtual bool setMeshLinkAttributes (const std::string &xmlns, const std::string &xmlns_xsi, const std::string &schemaLocation)
 

Detailed Description

Base class for MeshLink data writer interface.

Provides a neutral interface for writing MeshLink data to XML using a wrapped parsing/writing library.

Definition at line 31 of file MeshLinkWriter.h.

Constructor & Destructor Documentation

◆ MeshLinkWriter()

MeshLinkWriter::MeshLinkWriter ( )
inline

Definition at line 33 of file MeshLinkWriter.h.

◆ ~MeshLinkWriter()

MeshLinkWriter::~MeshLinkWriter ( )
inline

Definition at line 34 of file MeshLinkWriter.h.

Member Function Documentation

◆ setMeshLinkAttributes()

virtual bool MeshLinkWriter::setMeshLinkAttributes ( const std::string &  xmlns,
const std::string &  xmlns_xsi,
const std::string &  schemaLocation 
)
inlinevirtual

Definition at line 43 of file MeshLinkWriter.h.

◆ writeMeshLinkFile()

virtual bool MeshLinkWriter::writeMeshLinkFile ( const std::string &  fname,
MeshAssociativity meshAssociativity,
bool  compress = true,
bool  terminatePlatform = true 
)
inlinevirtual

Definition at line 37 of file MeshLinkWriter.h.


The documentation for this class was generated from the following file: