Range struct for cubes. More...
Public Member Functions | |
| Cuboid (ValueRange< int > samples, ValueRange< int > lines, ValueRange< int > bands) | |
| Constructor. More... | |
Public Attributes | |
| ValueRange< int > | Samples |
| Range of samples. | |
| ValueRange< int > | Lines |
| Range of lines. | |
| ValueRange< int > | Bands |
| Range of bands. | |
Range struct for cubes.
| Cuboid | ( | ValueRange< int > | samples, |
| ValueRange< int > | lines, | ||
| ValueRange< int > | bands | ||
| ) |