oomph-convert.VtpXml Class Reference

Static Public Attributes

string header = '<?xml version=\"1.0\"?>\n' \
 
string footer = '</VTKFile>\n'
 
string polyDataHeader = '<PolyData>\n'
 
string polyDataFooter = '</PolyData>\n'
 
string pieceHeader = '<Piece NumberOfPoints="%d" NumberOfVerts="0" NumberOfLines="%d" NumberOfStrips="0" NumberOfPolys="0">\n'
 
string pieceFooter = '</Piece>'
 
string pointsHeader = '<Points>\n<DataArray type="Float32" NumberOfComponents="3" format="ascii">\n'
 
string pointsFooter = '</DataArray>\n</Points>\n'
 
string cellDataHeader = '<CellData>\n'
 
string cellDataFooter = '</CellData>\n'
 
string pointDataHeader = '<PointData>\n'
 
string pointDataFooter = '</PointData>\n'
 
string vertsHeader = '<Verts>\n'
 
string vertsFooter = '</Verts>\n'
 
string linesHeader = '<Lines>\n'
 
string linesFooter = '</Lines>\n'
 
string stripsHeader = '<Strips>\n'
 
string stripsFooter = '</Strips>\n'
 
string fieldHeader = '<DataArray type="Float32" Name="V%d" format="ascii">\n'
 
string fieldFooter = '</DataArray>\n'
 
string polysHeader = '<Polys>\n'
 
string polysFooter = '</Polys>\n'
 

Detailed Description

 This class acts as a namespace for the definition Vtk XML headers and footers.

Member Data Documentation

◆ cellDataFooter

string oomph-convert.VtpXml.cellDataFooter = '</CellData>\n'
static

◆ cellDataHeader

string oomph-convert.VtpXml.cellDataHeader = '<CellData>\n'
static

◆ fieldFooter

string oomph-convert.VtpXml.fieldFooter = '</DataArray>\n'
static

◆ fieldHeader

string oomph-convert.VtpXml.fieldHeader = '<DataArray type="Float32" Name="V%d" format="ascii">\n'
static

◆ footer

string oomph-convert.VtpXml.footer = '</VTKFile>\n'
static

◆ header

string oomph-convert.VtpXml.header = '<?xml version=\"1.0\"?>\n' \
static

◆ linesFooter

string oomph-convert.VtpXml.linesFooter = '</Lines>\n'
static

◆ linesHeader

string oomph-convert.VtpXml.linesHeader = '<Lines>\n'
static

◆ pieceFooter

string oomph-convert.VtpXml.pieceFooter = '</Piece>'
static

◆ pieceHeader

string oomph-convert.VtpXml.pieceHeader = '<Piece NumberOfPoints="%d" NumberOfVerts="0" NumberOfLines="%d" NumberOfStrips="0" NumberOfPolys="0">\n'
static

◆ pointDataFooter

string oomph-convert.VtpXml.pointDataFooter = '</PointData>\n'
static

◆ pointDataHeader

string oomph-convert.VtpXml.pointDataHeader = '<PointData>\n'
static

◆ pointsFooter

string oomph-convert.VtpXml.pointsFooter = '</DataArray>\n</Points>\n'
static

◆ pointsHeader

string oomph-convert.VtpXml.pointsHeader = '<Points>\n<DataArray type="Float32" NumberOfComponents="3" format="ascii">\n'
static

◆ polyDataFooter

string oomph-convert.VtpXml.polyDataFooter = '</PolyData>\n'
static

◆ polyDataHeader

string oomph-convert.VtpXml.polyDataHeader = '<PolyData>\n'
static

◆ polysFooter

string oomph-convert.VtpXml.polysFooter = '</Polys>\n'
static

◆ polysHeader

string oomph-convert.VtpXml.polysHeader = '<Polys>\n'
static

◆ stripsFooter

string oomph-convert.VtpXml.stripsFooter = '</Strips>\n'
static

◆ stripsHeader

string oomph-convert.VtpXml.stripsHeader = '<Strips>\n'
static

◆ vertsFooter

string oomph-convert.VtpXml.vertsFooter = '</Verts>\n'
static

◆ vertsHeader

string oomph-convert.VtpXml.vertsHeader = '<Verts>\n'
static

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