v_sim.Dump¶
- Subclasses:
 
Methods¶
- Inherited:
 - Structs:
 
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 abort(obj, data)¶
 - Parameters:
 obj (
GObject.Object) – an object ;
Does nothing for the moment.
- 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 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 getNModules()¶
 - Returns:
 the number of known dumping extensions.
- Return type:
 
A convenient way to know how many dumping extensions are registered.
- 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_getStatic()¶
 - Returns:
 a newly created dump object to create XYZ files.
- Return type:
 
This routine returns the dump object for XYZ format.
- 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.