v_sim.Dump¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class v_sim.Dump(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This structure is used to store a dumping extension. Such an extension is characterized by its
v_sim.FileFormatand a method that can write a file from the current rendered data.- classmethod abinit_getStatic()¶
- Returns:
a newly created dump object to create ABINIT files.
- Return type:
This routine returns the ABINIT dump object.
- classmethod abinit_useAngularBox(status)¶
- Parameters:
status (
bool) – a boolean.
Use the angular form to define the bounding box.
New in version 3.9.
- classmethod abinit_useReduceCoordinates(status)¶
- Parameters:
status (
bool) – a boolean.
Use reduced coordinates on exportation.
New in version 3.9.
- classmethod ascii_commentHiddenNodes(status)¶
- Parameters:
status (
bool) – a boolean.
Comment or not hidden nodes on dump.
New in version 3.9.
- classmethod ascii_deleteHiddenNodes(status)¶
- Parameters:
status (
bool) – a boolean.
Export or not hidden nodes on dump.
New in version 3.9.
- classmethod ascii_expandBox(status)¶
- Parameters:
status (
bool) – a boolean.
Create a bounding box in dump using the extension of the box.
New in version 3.9.
- classmethod ascii_getStatic()¶
- Returns:
the static dump object to create ASCII files.
- Return type:
This routine is used to get the static
v_sim.Dumpobject for ASCII exportation.
- classmethod ascii_sortElements(status)¶
- Parameters:
status (
bool) – a boolean.
Sort nodes following their element.
New in version 3.9.
- classmethod ascii_useAngularBox(status)¶
- Parameters:
status (
bool) – a boolean.
Use the angular form to define the bounding box.
New in version 3.9.
- classmethod ascii_useReduceCoordinates(status)¶
- Parameters:
status (
bool) – a boolean.
Use reduced coordinates on exportation.
New in version 3.9.
- classmethod bitmap_pdf_getStatic()¶
- Returns:
a newly created dump object to create PDF files.
- Return type:
This routine returns the dump object to PDF (bitmap).
- classmethod bitmap_ps_getStatic()¶
- Returns:
a newly created dump object to create PS files.
- Return type:
This routine returns the dump object to PS (bitmap).
- classmethod cairo_pdf_getStatic()¶
- Returns:
a newly created dump object to create SVG files.
- Return type:
This routine returns the dump object to PDF format.
- classmethod cairo_setPostFunc(func)¶
- Parameters:
func (
v_sim.DumpCairoAddorNone) – av_sim.DumpCairoAddfunction orNone.
Allow to add a function that will be called on every Cairo exportation after V_Sim rendering to allow post-processing.
New in version 3.7.
- classmethod cairo_svg_getStatic()¶
- Returns:
a newly created dump object to create SVG files.
- Return type:
This routine returns the dump object to SVG format.
- classmethod jpeg_getStatic()¶
- Returns:
a newly created dump object to create JPEG files.
- Return type:
This routine returns the JPG dump object.
- classmethod png_getStatic()¶
- Returns:
a newly created dump object to create PNG files.
- Return type:
This routine returns the PNG dump object.
- classmethod pool_finalize()¶
Free the list of
v_sim.Dumpmodules.New in version 3.8.
- classmethod pool_getAllModules()¶
- Returns:
a list of all the known dumping extensions. This list is own by V_Sim and should be considered read-only.
- Return type:
All dumping extensions are stored in an opaque way in V_Sim. But they can be listed by a call to this method.
- classmethod tiff_getStatic()¶
- Returns:
a newly created dump object to create TIFF files.
- Return type:
This routine returns the dump object in TIFF format.
- classmethod xyz_expandBox(status)¶
- Parameters:
status (
bool) – a boolean.
Create a bounding box in dump using the extension of the box.
New in version 3.9.
- classmethod xyz_getStatic()¶
- Returns:
a newly created dump object to create XYZ files.
- Return type:
This routine returns the dump object for XYZ format.
- classmethod xyz_sortElements(status)¶
- Parameters:
status (
bool) – a boolean.
Sort nodes following their element.
New in version 3.9.
- classmethod yaml_commentHiddenNodes(status)¶
- Parameters:
status (
bool) – a boolean.
Comment or not hidden nodes on dump.
New in version 3.9.
- classmethod yaml_deleteHiddenNodes(status)¶
- Parameters:
status (
bool) – a boolean.
Export or not hidden nodes on dump.
New in version 3.9.
- classmethod yaml_expandBox(status)¶
- Parameters:
status (
bool) – a boolean.
Create a bounding box in dump using the extension of the box.
New in version 3.9.
- classmethod yaml_getStatic()¶
- Returns:
the static dump object to create YAML files.
- Return type:
This routine is used to get the static
v_sim.Dumpobject for YAML exportation.