 | CVOXE Class |
VOX evaluator class. Used to sample values from
the voxel.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CVOXE : CHANDLE
public class CVOXE : CHANDLE
Public Class CVOXE
Inherits CHANDLE
Public Class CVOXE
Inherits CHANDLE
public ref class CVOXE : public CHANDLE
public ref class CVOXE : public CHANDLE
type CVOXE =
class
inherit CHANDLE
end
type CVOXE =
class
inherit CHANDLE
end
The CVOXE type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Create a handle to an VOXE object |
 | Dispose | Releases the unmanaged resources used by the CVOXE and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | Profile | Extract a profile of data along points provided. |
 | rValue | Get a value at a specific point |
 | Vector | Extract a profile of data along a vector |
Top
See Also