OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Elements with geometry defined as EGT_Composite are exported using individual pieces. More...
#include <vtkxmlexportmodule.h>
Public Member Functions | |
VTKXMLExportModuleElementInterface () | |
virtual const char * | giveClassName () const |
virtual void | giveCompositeExportData (VTKPiece &vtkPiece, IntArray &primaryVarsToExport, IntArray &internalVarsToExport, IntArray cellVarsToExport, TimeStep *tStep) |
virtual void | giveCompositeExportData (std::vector< VTKPiece > &vtkPieces, IntArray &primaryVarsToExport, IntArray &internalVarsToExport, IntArray cellVarsToExport, TimeStep *tStep) |
Public Member Functions inherited from oofem::Interface | |
Interface () | |
Constructor. More... | |
virtual | ~Interface () |
Elements with geometry defined as EGT_Composite are exported using individual pieces.
The VTKXMLExportModuleElementInterface serves for this purpose, defining abstract export method, responsible for exporting individual element piece in xml vtk syntax. Elements with geometry defined as EGT_Composite should implement this interface.
Definition at line 356 of file vtkxmlexportmodule.h.
|
inline |
Definition at line 359 of file vtkxmlexportmodule.h.
|
inlinevirtual |
Implements oofem::Interface.
Reimplemented in oofem::Shell7BaseXFEM, oofem::Beam3d, oofem::Tr2Shell7, oofem::Tr2Shell7XFEM, oofem::Shell7Base, oofem::TrPlaneStress2dXFEM, oofem::QTrPlaneStress2dXFEM, and oofem::PlaneStress2dXfem.
Definition at line 360 of file vtkxmlexportmodule.h.
|
inlinevirtual |
Reimplemented in oofem::Shell7BaseXFEM.
Definition at line 361 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::exportCompositeElement().
|
inlinevirtual |
Reimplemented in oofem::Shell7Base, oofem::Beam3d, oofem::Shell7BaseXFEM, oofem::TrPlaneStress2dXFEM, oofem::PlaneStress2dXfem, and oofem::QTrPlaneStress2dXFEM.
Definition at line 362 of file vtkxmlexportmodule.h.