Table of Contents

Class: Grid _cubes.py

Grid documentation

no attributes

Methods   
Grid
__hash__
contourMesh
contourSurface
coord
reset
setValue
setValueFromSequence
size
value
vertexKey
  Grid 
Grid (
        self,
        nx,
        ny,
        nz,
        dx,
        dy,
        dz,
        origin,
        defaultValue,
        )

Grid(int nx, int ny, int nz, float dx, float dy, float dz, otf::Geom3d::Point origin, float defaultValue) -> Grid

Grid constructor documentation.

  __hash__ 
__hash__ ( self )

arguments/return value unknown

hash instance

  contourMesh 
contourMesh (
        self,
        mesh,
        threshold,
        compact,
        satelliteFraction,
        )

contourMesh(Mesh* mesh, float threshold, bool compact, float satelliteFraction)

contourMesh documentation.

  contourSurface 
contourSurface (
        self,
        surface,
        threshold,
        compact,
        satelliteFraction,
        )

contourSurface(Surface* surface, float threshold, bool compact, float satelliteFraction)

contourSurface documentation.

  coord 
coord (
        self,
        x,
        y,
        z,
        )

coord(float x, float y, float z) -> otf::Geom3d::Point

coord documentation.

  reset 
reset ( self,  v )

reset(float v)

reset documentation.

  setValue 
setValue (
        self,
        x,
        y,
        z,
        v,
        )

setValue(int x, int y, int z, float v)

setValue documentation.

  setValueFromSequence 
setValueFromSequence ( self,  seq )

setValueFromSequence(PyObject* seq)

setValueFromSequence documentation.

  size 
size ( self,  dim )

size(int dim) -> int

size documentation.

  value 
value (
        self,
        x,
        y,
        z,
        )

value(int x, int y, int z) -> float

value documentation.

  vertexKey 
vertexKey (
        self,
        x,
        y,
        z,
        axis,
        )

vertexKey(int x, int y, int z, int axis) -> int

vertexKey documentation.


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:06 2002 by HappyDoc version 2.0.1