Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | Patch --+ | ElevationGrid
A regular grid of elevations.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
DEFAULT_X_SPACING | |
DEFAULT_Y_SPACING | |
heightList | |
xspacing | |
yspacing | |
Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (RealArray2)heightList [, (float)xspacing [, (float)yspacing [, (bool)ccw]]]) -> None : ElevationGrid(heightList [,xspacing,yspacing,ccw]) C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class TOOLS::RealArray2> [,double [,double [,bool]]])
|
copy( (ElevationGrid)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::ElevationGrid {lvalue}) |
getHeightAt( (ElevationGrid)arg1, (int)arg2, (int)arg3) -> float : C++ signature : double getHeightAt(class PGL::ElevationGrid *,unsigned int,unsigned int) |
getPointAt( (ElevationGrid)arg1, (int)arg2, (int)arg3) -> Vector3 : C++ signature : class TOOLS::Vector3 getPointAt(class PGL::ElevationGrid {lvalue},unsigned int,unsigned int) |
isXSpacingToDefault( (ElevationGrid)arg1) -> bool : C++ signature : bool isXSpacingToDefault(class PGL::ElevationGrid {lvalue}) |
isYSpacingToDefault( (ElevationGrid)arg1) -> bool : C++ signature : bool isYSpacingToDefault(class PGL::ElevationGrid {lvalue}) |
Property Details |
DEFAULT_X_SPACING
|
DEFAULT_Y_SPACING
|
heightList
|
xspacing
|
yspacing
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |