/ . / DelphiViewer / PhiReaders.py / BasePhiReader
Methods
|
|
|
viewVRMLSurface
|
viewVRMLSurface (
self,
isovalue,
color,
name,
)
|
|
writeVRMLSurface
|
writeVRMLSurface (
self,
filename,
isovalue,
)
|
|
viewVRMLMesh
|
viewVRMLMesh (
self,
isovalue,
color,
name,
)
|
|
writeVRMLMesh
|
writeVRMLMesh (
self,
filename,
isovalue,
)
|
|
readRecord
|
readRecord ( self )
Exceptions
|
|
IOError, "fortran record size mismatch"
|
|
|
parseFile
|
parseFile ( self )
|
|
readStringRecord
|
readStringRecord ( self )
|
|
__repr__
|
__repr__ ( self )
|
|
readArrayRecord
|
readArrayRecord ( self, arrayType )
|
|
readFormatRecord
|
readFormatRecord ( self, format )
|
|
interpolatedVolume
|
interpolatedVolume (
self,
slices,
low,
high,
)
|
|
__init__
|
__init__ ( self, filename )
|
|
viewVolumeData
|
viewVolumeData (
self,
slices,
low,
high,
)
setup the volume bounding box to the grid realspace
llf (lower-left-front) and urb (upper-right-back)
points
use the origin of the grid to set these values
the bounding box will extend from grid.coord(0, 0, 0) to
grid.coord(size, size, size)
|
|
|