-
class
TopoElement
: public Resource
(Return to index)
-
Type:
Base Classes:
Derived Classes
Include file:
Public:
- void
insert_pointers (int npts, float *x, float *y, float *z=nil, boolean freeflag = false)
- void
insert_points (int npts, float *x, float *y, float *z=nil)
- void
insert_points (int npts, int *x, int *y, int *z=nil)
- virtual int
npts () const
- void*
value () const
- void
value (void* value)
- float
xmax () const
- float
xmin () const
- virtual const float *
xpoints () const
- float
ymax () const
- float
ymin () const
- virtual const float *
ypoints () const
- float
zmax () const
- float
zmin () const
- virtual const float *
zpoints () const
- virtual
~TopoElement ()
Protected:
(more documentation)