CVB.Net 15.0
Loading...
Searching...
No Matches

Range struct for cubes. More...

Public Member Functions

 Cuboid (ValueRange< int > samples, ValueRange< int > lines, ValueRange< int > bands)
 Constructor.
 

Public Attributes

ValueRange< int > Samples
 Range of samples.
 
ValueRange< int > Lines
 Range of lines.
 
ValueRange< int > Bands
 Range of bands.
 

Detailed Description

Range struct for cubes.

Constructor & Destructor Documentation

◆ Cuboid()

Cuboid ( ValueRange< int > samples,
ValueRange< int > lines,
ValueRange< int > bands )

Constructor.

Parameters
samplesRange of samples.
linesRange of lines.
bandsRange of bands.