Chemical Data Processing Library Python API - Version 1.3.0
Static Public Attributes | List of all members
CDPL.Vis.DataFormat Class Reference

Provides preinitialized Base.DataFormat objects for all supported image output formats. More...

+ Inheritance diagram for CDPL.Vis.DataFormat:

Static Public Attributes

 PNG = CDPL.Base.DataFormat(name='PNG', descr='Portable Network Graphics Format', mime_type'image/png', file_exts=['png'], multi_rec=False)
 Provides meta-information about the Portable Network Graphics [WPNG] format.
 
 PDF = CDPL.Base.DataFormat(name='PDF', descr='Adobe Portable Document Format', mime_type'application/pdf', file_exts=['pdf'], multi_rec=False)
 Provides meta-information about the Portable Document Format [WPDF].
 
 PS = CDPL.Base.DataFormat(name='PS', descr='Adobe PostScript Format', mime_type'application/postscript', file_exts=['ps', 'eps'], multi_rec=False)
 Provides meta-information about the PostScript [WPS] format.
 
 SVG = CDPL.Base.DataFormat(name='SVG', descr='Scalable Vector Graphics Format', mime_type'image/svg+xml', file_exts=['svg'], multi_rec=False)
 Provides meta-information about the Scalable Vector Graphics [WSVG] format.
 
 STl = CDPL.Base.DataFormat(name='STL', descr='Stereolithography Format', mime_type'model/stl', file_exts=['stl'], multi_rec=False)
 
 VRML = CDPL.Base.DataFormat(name='VRML', descr='Virtual Reality Modeling Language', mime_type'model/vrml', file_exts=['wrl'], multi_rec=False)
 Provides meta-information about the Virtual Reality Modeling Language V2.0 [VRML97] format. More...
 
 PLY = CDPL.Base.DataFormat(name='PLY', descr='Polygon File Format', mime_type'text/plain', file_exts=['ply'], multi_rec=False)
 Provides meta-information about the Polygon File (or Stanford Triangle) Format [PLYFMT]. More...
 
 R3D = CDPL.Base.DataFormat(name='R3D', descr='Raster3D Format', mime_type'text/plain', file_exts=['r3d'], multi_rec=False)
 Provides meta-information about the Raster3D [R3DFMT] format. More...
 

Detailed Description

Provides preinitialized Base.DataFormat objects for all supported image output formats.

Member Data Documentation

◆ VRML

CDPL.Vis.DataFormat.VRML = CDPL.Base.DataFormat(name='VRML', descr='Virtual Reality Modeling Language', mime_type'model/vrml', file_exts=['wrl'], multi_rec=False)
static

Provides meta-information about the Virtual Reality Modeling Language V2.0 [VRML97] format.

Since
1.3

◆ PLY

CDPL.Vis.DataFormat.PLY = CDPL.Base.DataFormat(name='PLY', descr='Polygon File Format', mime_type'text/plain', file_exts=['ply'], multi_rec=False)
static

Provides meta-information about the Polygon File (or Stanford Triangle) Format [PLYFMT].

Since
1.3

◆ R3D

CDPL.Vis.DataFormat.R3D = CDPL.Base.DataFormat(name='R3D', descr='Raster3D Format', mime_type'text/plain', file_exts=['r3d'], multi_rec=False)
static

Provides meta-information about the Raster3D [R3DFMT] format.

Since
1.3