CuboidCoverageGrid Class |
Namespace: AGI.Foundation.Geometry.Discrete
The CuboidCoverageGrid type exposes the following members.
Name | Description | |
---|---|---|
CuboidCoverageGrid(Double, Double, Double, Double, ReferenceFrame) |
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, Int32, ReferenceFrame) |
Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a single gridding technique used for each coordinate. Each coordinate is gridded from the minimum value to the maximum value specified in that coordinate's respective bounds structure.
The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a single gridding technique used for each coordinate. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, Int32, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a single gridding technique used for each coordinate. Each coordinate is gridded from the minimum value to the maximum value specified in that coordinate's respective bounds structure.
The grid is defined in the input ReferenceFrame.
|
Name | Description | |
---|---|---|
ReferenceFrame |
Gets or sets the reference frame in which this grid is defined.
(Inherited from GeometricPrimitiveCoverageGrid.) | |
SaveGridCell |
Gets or sets a value indicating whether the grid is to save grid cell information.
| |
UseCellVolumeForWeight |
Gets or sets a value indicating whether to use the volume of the grid cells as the weight for each point.
| |
XAxisBounds |
Gets or sets the bounds in the x-axis.
| |
XGriddingTechnique |
Gets or sets the gridding technique for the grid points along x.
| |
YAxisBounds |
Gets or sets the bounds in the y-axis.
| |
YGriddingTechnique |
Gets or sets the gridding technique for the grid points along y.
| |
ZAxisBounds |
Gets or sets the bounds in the z-axis.
| |
ZGriddingTechnique |
Gets or sets the gridding technique for the grid points along z.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GenerateGridPoints |
Generate the set of grid points.
(Overrides GeometricPrimitiveCoverageGridGenerateGridPoints.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |