/ . / _cubes / Grid
Grid(nx: int, ny: int, nz: int, dx: float, dy: float, dz: float, origin: chimera.Point, defaultValue: float = 0) -> Grid
no attributes
Methods
|
|
|
reset
|
reset ( self, v )
reset(v: float)
|
|
contourSurface
|
contourSurface (
self,
surface,
threshold,
compact,
satelliteFraction,
)
contourSurface(surface: Surface, threshold: float, compact: bool = 1, satelliteFraction: float = 0.5)
|
|
setValue
|
setValue (
self,
x,
y,
z,
v,
)
setValue(x: int, y: int, z: int, v: float)
|
|
contourMesh
|
contourMesh (
self,
mesh,
threshold,
compact,
satelliteFraction,
)
contourMesh(mesh: Mesh, threshold: float, compact: bool = 1, satelliteFraction: float = 0.5)
|
|
setValueFromSequence
|
setValueFromSequence ( self, seq )
setValueFromSequence(seq: object)
|
|
coord
|
coord (
self,
x,
y,
z,
)
coord(x: float, y: float, z: float) -> chimera.Point
|
|
value
|
value (
self,
x,
y,
z,
)
value(x: int, y: int, z: int) -> float
|
|
vertexKey
|
vertexKey (
self,
x,
y,
z,
axis,
)
vertexKey(x: int, y: int, z: int, axis: int) -> int
|
|
size
|
size ( self, dim )
size(dim: int) -> int
|
|
|