X3DOM¶
-
class
dolfin.cpp.io.X3DOM¶ Bases:
objectThis class implements output of meshes to
X3DOMXML or HTML5 withX3DOMstrings. The latter can be used for interactive visualisation-
static
build_x3dom_tree()¶ Build
X3DOMpugixml tree for aFunction.Parameters: - & xml_doc (pugi::xml_document) –
- Function & u (const) –
- X3DOMParameters & parameters (const) –
Return type: void
-
static
html()¶ Return HTML5 string with embedded X3D for a
Function.Parameters: - Function & u (const) –
- parameters (X3DOMParameters) –
Return type: std::string
-
static
str()¶ Return X3D string for a
Function.Parameters: - Function & u (const) –
- parameters (X3DOMParameters) –
Return type: std::string
-
thisown¶ The membership flag
-
static