Isis 3 Programmer Reference
|
Process cubes by sample. More...
#include <ProcessBySample.h>
Public Types | |
enum | IOCubes { InPlace, InputOutput, InputOutputList } |
enum | ProcessingDirection { LinesFirst, BandsFirst } |
Public Member Functions | |
Isis::Cube * | SetInputCube (const QString ¶meter, int requirements=0) |
Opens an input cube specified by the user and verifies requirements are met. More... | |
Isis::Cube * | SetInputCube (const QString &file, Isis::CubeAttributeInput &att, int requirements=0) |
Opens an input cube specified by the user with cube attributes and requirements. More... | |
void | StartProcess (void funct(Isis::Buffer &inout)) |
This method invokes the process by sample operation over a single input or output cube. More... | |
void | StartProcess (void funct(Isis::Buffer &in, Isis::Buffer &out)) |
This method invokes the process by sample operation over exactly one input and one output cube. More... | |
void | StartProcess (void funct(std::vector< Isis::Buffer *> &in, std::vector< Isis::Buffer *> &out)) |
This method invokes the process by sample operation over multiple input and output cubes. More... | |
template<typename Functor > | |
void | ProcessCubeInPlace (const Functor &funct, bool threaded=true) |
template<typename Functor > | |
void | ProcessCube (const Functor &funct, bool threaded=true) |
template<typename Functor > | |
void | ProcessCubes (const Functor &funct, bool threaded=true) |
Cube * | SetInputCube (const QString &fname, const CubeAttributeInput &att, int requirements=0) |
Opens an input cube specified by the user, sets the attributes, and verifies requirements are met. More... | |
virtual Isis::Cube * | SetInputCube (const QString ¶meter, const int requirements=0) |
Opens an input cube specified by the user and verifies requirements are met. More... | |
virtual void | SetInputCube (Isis::Cube *inCube) |
Set the InputCube vector to an opened Cube which was dynamically allocated. More... | |
void | VerifyCubes (IOCubes cn) |
Verifies the dimensions of the input/output cubes. More... | |
void | SetBrickSize (int ns, int nl, int nb) |
Sets the input and output bricks sizes to the given number of samples, lines, and bands. More... | |
void | SetInputBrickSize (int ns, int nl, int nb) |
Sets the size of all input bricks. More... | |
void | SetInputBrickSize (int ns, int nl, int nb, int cube) |
Sets the brick size of the specified cube. More... | |
void | SetOutputBrickSize (int ns, int nl, int nb) |
Sets the size of all output bricks. More... | |
void | SetOutputBrickSize (int ns, int nl, int nb, int cube) |
Sets the brick size of the specified output cube. More... | |
virtual Cube * | SetOutputCube (const QString &fname, const CubeAttributeOutput &att) |
Create the output file. More... | |
virtual Isis::Cube * | SetOutputCube (const QString ¶meter) |
Allocates a user-specified output cube whose size matches the first input cube. More... | |
virtual Isis::Cube * | SetOutputCube (const QString ¶meter, const int nsamps, const int nlines, const int nbands=1) |
Allocates a user specified output cube whose size is specified by the programmer. More... | |
virtual Isis::Cube * | SetOutputCube (const QString &fname, const Isis::CubeAttributeOutput &att, const int nsamps, const int nlines, const int nbands=1) |
Allocates a output cube whose name and size is specified by the programmer. More... | |
void | SetProcessingDirection (ProcessingDirection direction) |
Set the direction the data will be read, either all lines in a single band proceeding to the next band (LinesFirst), or every band for every line proceeding to the next line (BandsFirst). More... | |
ProcessingDirection | GetProcessingDirection () |
Returns the direction the data will be read, either all lines in a single band proceeding to the next band (LinesFirst), or every band for every line proceeding to the next line (BandsFirst). More... | |
void | SetOutputRequirements (int outputRequirements) |
void | SetWrap (bool wrap) |
This wrapping option only applys when there are two or more input cubes. More... | |
bool | Wraps () |
Returns true if the wrapping option is enabled. More... | |
virtual void | StartProcess (void funct(Buffer &in)) |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube. More... | |
virtual void | StartProcess (std::function< void(Buffer &in)> funct) |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube. More... | |
virtual void | StartProcess (std::function< void(Buffer &in, Buffer &out)> funct) |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube. More... | |
virtual void | StartProcess (void funct(Buffer &in, Buffer &out)) |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube. More... | |
virtual void | StartProcess (void funct(std::vector< Buffer *> &in, std::vector< Buffer *> &out)) |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube. More... | |
virtual void | StartProcess (void funct()) |
In the base class, this method will invoked a user-specified function exactly one time. More... | |
void | EndProcess () |
End the processing sequence and cleans up by closing cubes, freeing memory, etc. More... | |
void | Finalize () |
Cleans up by closing cubes and freeing memory. More... | |
void | AddInputCube (Cube *cube, bool owned=true) |
void | AddOutputCube (Cube *cube, bool owned=true) |
void | ClearCubes () |
Close owned cubes from the list and clear the list. More... | |
void | ClearInputCubes () |
Close owned input cubes from the list and clear the list. More... | |
void | ClearOutputCubes () |
Close owned output cubes from the list and clear the list. More... | |
void | PropagateLabels (const bool prop) |
This method allows the programmer to turn on/off the propagation of labels from the 1st input cube to any of the output cubes. More... | |
void | PropagateLabels (const QString &cube) |
This method allows the programmer to propagate labels from a specific secondary cube. More... | |
void | PropagateTables (const bool prop) |
This method allows the programmer to propagate input tables to the output cube (default is true) More... | |
void | PropagateTables (const QString &fromName, const QList< QString > &tableNames=QList< QString >()) |
Propagate the tables from the cube with the given filename to the output cube. More... | |
void | PropagatePolygons (const bool prop) |
This method allows the programmer to propagate input blobs to the output cube (default is true) More... | |
void | PropagateHistory (const bool prop) |
This method allows the programmer to propagate history to the output cube (default is true) More... | |
void | PropagateOriginalLabel (const bool prop) |
This method allows the programmer to propagate original labels to the output cube (default is true) More... | |
Isis::Progress * | Progress () |
This method returns a pointer to a Progress object. More... | |
QString | MissionData (const QString &mission, const QString &file, bool highestVersion=false) |
This method reads the mission specific data directory from the user preference file, makes sure that mission is available in the Isis installation, and the attaches the provided input file to the directory in order to create a full file specification. More... | |
void | WriteHistory (Cube &cube) |
Writes out the History blob to the cube. More... | |
void | CalculateStatistics () |
Calculates and stores off statistics on every band of every cube added to this process via the SetInputCube method. More... | |
std::vector< Isis::Statistics * > | BandStatistics (const unsigned index) |
Get the vector of Statistics objects for each band separately of a specified input cube. More... | |
Isis::Statistics * | CubeStatistics (const unsigned index) |
Get the Statistics object for all bands of a specified input cube. More... | |
Protected Attributes | |
Isis::Progress * | p_progress |
Pointer to a Progress object. More... | |
bool | p_propagateLabels |
Flag indicating if labels are be propagated to output cubes. More... | |
bool | p_propagateTables |
Flag indicating if tables are be propagated to output cubes. More... | |
bool | p_propagatePolygons |
Flag indicating if blobs are be propagated to output cubes. More... | |
bool | p_propagateHistory |
Flag indicating if history is to be propagated to output cubes. More... | |
bool | p_propagateOriginalLabel |
Flag indicating if original lable is to be propagated to output cubes. More... | |
std::vector< std::vector< Isis::Statistics *> > | p_bandStats |
Holds the calculated statistics for each band separately of every input cubei after the CalculateStatistics method is called. More... | |
std::vector< Isis::Statistics *> | p_cubeStats |
Holds the calculated statistics for every band together of every input cubei after the CalculateStatistics method is called. More... | |
std::vector< Isis::Cube * > | InputCubes |
A vector of pointers to opened Cube objects. More... | |
std::vector< Isis::Cube * > | OutputCubes |
A vector of pointers to allocated Cube objects. More... | |
QSet< Isis::Cube * > * | m_ownedCubes |
A list of cubes owned by this instant. More... | |
Private Member Functions | |
void | SetBricks (IOCubes cn) |
Process cubes by sample.
This class allows a programmer to develop a program which process input and output cubes sequentially by sample. That is, receive the input data for sample one, manipulate the data, and pass back the data for output sample one. Then proceed to the sample two and so one. This class is derived from the Process class which give many functions for setting up input and output cubes.
2006-03-27 Jacob Danton - Original Version
2011-08-19 Jeannie Backer - Modified unitTest to use $temporary variable instead of /tmp directory. Added some documentation to methods.
2012-02-22 Steven Lambright - Updated to have functorized and threaded StartProcess equivalents.
2017-02-17 JP Bonn - Formatting changes, removed commented out code.
Definition at line 53 of file ProcessBySample.h.
|
inlineinherited |
Get the vector of Statistics objects for each band separately of a specified input cube.
index | The index of the input cube in InputCubes |
Definition at line 290 of file Process.h.
References Isis::Process::p_bandStats.
|
inherited |
Calculates and stores off statistics on every band of every cube added to this process via the SetInputCube method.
The newly calculated statistics are stored in two ways: as a vector where each entry is a single Statistics object for every band of a particular input cube, and as a vector where each entry is a vector of Statistics objects, for each band separately, of a particular input cube.
Definition at line 737 of file Process.cpp.
References Isis::Statistics::AddData(), Isis::Cube::bandCount(), Isis::Progress::CheckStatus(), Isis::Buffer::DoubleBuffer(), Isis::Cube::lineCount(), Isis::Cube::read(), Isis::LineManager::SetLine(), Isis::Progress::SetMaximumSteps(), Isis::Progress::SetText(), Isis::Buffer::size(), and Isis::toString().
|
inherited |
Close owned cubes from the list and clear the list.
Definition at line 509 of file Process.cpp.
|
inherited |
Close owned input cubes from the list and clear the list.
Definition at line 519 of file Process.cpp.
Referenced by Isis::ProcessMapMosaic::RingsSetOutputCube(), Isis::FileTool::saveAsReducedCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
inherited |
Close owned output cubes from the list and clear the list.
Definition at line 533 of file Process.cpp.
|
inlineinherited |
Get the Statistics object for all bands of a specified input cube.
index | The index of the input cube in InputCubes |
Definition at line 304 of file Process.h.
References Isis::Process::p_cubeStats.
|
virtualinherited |
End the processing sequence and cleans up by closing cubes, freeing memory, etc.
Reimplemented from Isis::Process.
Reimplemented in Isis::ProcessByTile.
Definition at line 685 of file ProcessByBrick.cpp.
Referenced by Isis::Equalization::applyCorrection(), Isis::Equalization::calculateBandStatistics(), Isis::ImageImporter::import(), Isis::ProcessMapMosaic::RingsSetOutputCube(), Isis::FileTool::saveAsReducedCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
virtualinherited |
Cleans up by closing cubes and freeing memory.
Reimplemented from Isis::Process.
Reimplemented in Isis::ProcessByTile.
Definition at line 695 of file ProcessByBrick.cpp.
Referenced by Isis::SpectralDefinition2D::SpectralDefinition2D().
|
inherited |
Returns the direction the data will be read, either all lines in a single band proceeding to the next band (LinesFirst), or every band for every line proceeding to the next line (BandsFirst).
The default is to process all lines of a band first.
Definition at line 409 of file ProcessByBrick.cpp.
|
inherited |
This method reads the mission specific data directory from the user preference file, makes sure that mission is available in the Isis installation, and the attaches the provided input file to the directory in order to create a full file specification.
mission | Name of the mission data directory |
file | Name of the file to attach to the end of the directory |
highestVersion | If set to true the method will return the highest version number of the given file. Therefore, file must contain question marks such as "file???.dat". See the FileName class for more information on versioned files. Defaults to false. |
Definition at line 682 of file Process.cpp.
References _FILEINFO_, Isis::FileName::expanded(), Isis::FileName::fileExists(), Isis::PvlObject::findGroup(), and Isis::FileName::highestVersion().
|
inline |
funct | The processing function or functor which does your desired calculations. |
threaded | True if multi-threading is supported, false otherwise. |
Definition at line 93 of file ProcessBySample.h.
References Isis::ProcessByBrick::ProcessCube(), and Isis::ProcessByBrick::VerifyCubes().
|
inline |
funct | The processing function or functor which does your desired calculations. |
threaded | True if multi-threading is supported, false otherwise. |
Definition at line 78 of file ProcessBySample.h.
References Isis::ProcessByBrick::ProcessCubeInPlace(), and Isis::ProcessByBrick::VerifyCubes().
Referenced by Isis::SpectralDefinition2D::SpectralDefinition2D().
|
inline |
funct | The processing function or functor which does your desired calculations. |
threaded | True if multi-threading is supported, false otherwise. |
Definition at line 107 of file ProcessBySample.h.
References Isis::ProcessByBrick::ProcessCubes(), and Isis::ProcessByBrick::VerifyCubes().
|
inlineinherited |
This method returns a pointer to a Progress object.
Definition at line 270 of file Process.h.
References Isis::Process::p_progress.
Referenced by Isis::Equalization::applyCorrection(), Isis::Equalization::calculateBandStatistics(), Isis::ProcessMapMosaic::RingsSetOutputCube(), Isis::ProcessMapMosaic::SetOutputCube(), and Isis::SpectralDefinition2D::SpectralDefinition2D().
|
inherited |
This method allows the programmer to propagate history to the output cube (default is true)
prop | Flag indicating if history is to be propagated to output cubes. |
Definition at line 651 of file Process.cpp.
Referenced by Isis::ProcessMapMosaic::RingsSetOutputCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
inherited |
This method allows the programmer to turn on/off the propagation of labels from the 1st input cube to any of the output cubes.
By default, propagation occurs automatically in the Process class when a call to either of the SetOutputCube methods is invoked. If the program * requires no propagation then utilize this method. This method can be invoked between successive calls of SetOutputCube so that some cube will have labels propagated while others will not.
prop | Flag indicating if labels are be propagated to output cubes. |
Definition at line 555 of file Process.cpp.
Referenced by Isis::ProcessMapMosaic::RingsSetOutputCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
inherited |
This method allows the programmer to propagate labels from a specific secondary cube.
cube | IString containing the name of the cube containing the labels to propagate. |
Definition at line 566 of file Process.cpp.
References Isis::PvlObject::addGroup(), Isis::PvlObject::addObject(), Isis::PvlObject::findObject(), Isis::PvlObject::group(), Isis::PvlObject::groups(), and Isis::PvlObject::hasObject().
|
inherited |
This method allows the programmer to propagate original labels to the output cube (default is true)
prop | Flag indicating if original labels is to be propagated to output cubes. |
Definition at line 662 of file Process.cpp.
Referenced by Isis::ProcessMapMosaic::RingsSetOutputCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
inherited |
This method allows the programmer to propagate input blobs to the output cube (default is true)
prop | Flag indicating if input blobs are to be propagated to output cubes. |
Definition at line 641 of file Process.cpp.
Referenced by Isis::ProcessMapMosaic::RingsSetOutputCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
inherited |
This method allows the programmer to propagate input tables to the output cube (default is true)
prop | Flag indicating if input tables are to be propagated to output cubes. |
Definition at line 594 of file Process.cpp.
Referenced by Isis::ProcessMapMosaic::RingsSetOutputCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
inherited |
Propagate the tables from the cube with the given filename to the output cube.
This is done at the time this method is called, not during normal processing. The names of the tables to propagate can be provided through the second paramter, by specifing a list of table names. Not providing any list (or providing an empty list) will propagate all tables.
fromName | QString of the name of the cube containing the tables to propagate. |
tableNames | List of QStrings of the names of the tables to propagate; default is empty, which indicates that all tables will be propagated. |
Definition at line 614 of file Process.cpp.
References Isis::Cube::label(), Isis::PvlObject::object(), Isis::PvlObject::objects(), Isis::Cube::open(), and Isis::Cube::read().
|
inherited |
Sets the input and output bricks sizes to the given number of samples, lines, and bands.
ns | Number of samples |
nl | Number of lines |
nb | Number of bands |
Definition at line 241 of file ProcessByBrick.cpp.
|
inherited |
Sets the size of all input bricks.
ns | Number of samples |
nl | Number of lines |
nb | Number of bands |
Definition at line 257 of file ProcessByBrick.cpp.
|
inherited |
Sets the brick size of the specified cube.
ns | Number of samples |
nl | Number of lines |
nb | Number of bands |
cube | The index of the cube |
Definition at line 280 of file ProcessByBrick.cpp.
References _FILEINFO_.
|
virtual |
Opens an input cube specified by the user and verifies requirements are met.
This method is overloaded and adds the requirements of ic_base::SpatialMatch which requires all input cubes to have the same number of samples and lines. It also added the requirement ic_base::BandMatchOrOne which forces 2nd, 3rd, 4th, etc input cubes to match the number of bands in the 1st input cube or to have exactly one band. For more information see Process::SetInputCube
parameter | User parameter to obtain file to open. Typically, the value is "FROM". For example, the user can specify on the command line FROM=myfile.cub and this method will attempt to open the cube "myfile.cub" if the parameter was set to "FROM". |
requirements | See Process::SetInputCube for more information. Defaults to 0 |
Reimplemented from Isis::ProcessByBrick.
Definition at line 53 of file ProcessBySample.cpp.
Referenced by Isis::SpectralDefinition2D::SpectralDefinition2D().
Isis::Cube * Isis::ProcessBySample::SetInputCube | ( | const QString & | file, |
Isis::CubeAttributeInput & | att, | ||
int | requirements = 0 |
||
) |
Opens an input cube specified by the user with cube attributes and requirements.
For more information see Process::SetInputCube
file | Name of cube file |
att | Cube attributes |
requirements | See Process::SetInputCube for more information. Defaults to 0 |
Definition at line 73 of file ProcessBySample.cpp.
|
inherited |
Opens an input cube specified by the user and verifies requirements are met.
parameter | User parameter to obtain file to open. Typically, the value is "FROM". For example, the user can specify on the command line FROM=myfile.cub and this method will attempt to open the cube "myfile.cub" if the parameter was set to "FROM". |
requirements | Use to specify requirements for the input file. The following are requirments are checked against 1) ic_base::SizeMatch checks to make sure the input cube has the same bands, samples, and lines as the first input cube open using this method, 2) ic_base::SpatialMatch checks to make sure the input cube has the same samples and lines as the first input cube, 3) ic_base::Georeferenced checks to make sure latitude/longitudes can be obtained from the input cube, 4) ic_base::FullyGeoreferenced checks to make sure latitude/longitude, phase/incidence/emission, and other geometric parameters can be obtained from the input cube, 5) ic_base::OneBand checks to make sure the input cube has exactly one band. Note, that these requirements can be logically or'ed. For example, ic_base::SpatialMatch | ic_base::georeferenced. Defaults to 0 |
Isis::iException::Message |
Definition at line 243 of file Process.cpp.
|
virtualinherited |
Opens an input cube specified by the user, sets the attributes, and verifies requirements are met.
This method is overloaded and adds the requirements of ISIS::SpatialMatch which requires all input cubes to have the same dimensions or be exactly be exactly one. For more information see Process::SetInputCube
file | User parameter to obtain file to open. Typically, the value is "FROM". For example, the user can specify on the command line FROM=myfile.cub and this method will attempt to open the cube "myfile.cub" if the parameter was set to "FROM". |
att | See Process::SetInputCube for more information. |
requirements | See Process::SetInputCube for more information. Defaults to 0 |
iException::Message |
Reimplemented from Isis::Process.
Definition at line 102 of file ProcessByBrick.cpp.
|
virtualinherited |
Set the InputCube vector to an opened Cube which was dynamically allocated.
This is used if there already exists a valid opened cube
inCube | - Pointer to input Cube |
Reimplemented in Isis::ProcessByLine.
Definition at line 201 of file Process.cpp.
References _FILEINFO_, and Isis::Cube::isOpen().
|
inherited |
Sets the size of all output bricks.
ns | Number of samples |
nl | Number of lines |
nb | Number of bands |
Definition at line 316 of file ProcessByBrick.cpp.
|
inherited |
Sets the brick size of the specified output cube.
ns | Number of samples |
nl | Number of lines |
nb | Number of bands |
cube | The index of the cube |
Definition at line 339 of file ProcessByBrick.cpp.
References _FILEINFO_.
|
virtualinherited |
Create the output file.
This method assumes that the output cube size matches the input cube size. Therefore, SetInputCube() must be called before this method.
parameter | The output file name. |
att | An output cube attribute to define the characteristics of the output cube. |
Isis::iException::Message | "File is not in a supported organization." |
Definition at line 380 of file ProcessByBrick.cpp.
References Isis::Cube::lineCount().
Referenced by Isis::Equalization::applyCorrection(), Isis::ProcessMapMosaic::RingsSetOutputCube(), Isis::FileTool::saveAsReducedCube(), and Isis::ProcessMapMosaic::SetOutputCube().
|
virtualinherited |
Allocates a user-specified output cube whose size matches the first input cube.
parameter | User specified output file. For example, "TO" is a popular user parameter. If the user specified TO=output.cub, then this routine would allocate the file output.cub with size specified by the first opened input cube. The output pixel type will be propagated from the first loaded input cube or will use the value in the application XML file for pixelType. |
Isis::iException::Message |
Reimplemented in Isis::ProcessMosaic, Isis::ProcessImport, and Isis::ProcessMapMosaic.
Definition at line 266 of file Process.cpp.
References _FILEINFO_.
Referenced by Isis::FileTool::saveAsEnlargedCube(), and Isis::ProcessImport::SetOutputCube().
|
virtualinherited |
Allocates a user specified output cube whose size is specified by the programmer.
parameter | User specified output file. For example, "TO" is a popular user parameter. If the user specified TO=output.cub, then this routine would allocate the file output.cub with size specified by the first opened input cube. The output pixel type will be propagated from the first loaded input cube or will use the value in the application XML file for pixelType. |
ns | Number of samples to allocate |
nl | Number of lines to allocate |
nb | Number of bands to allocate |
Isis::iException::Message |
Definition at line 302 of file Process.cpp.
References _FILEINFO_.
|
virtualinherited |
Allocates a output cube whose name and size is specified by the programmer.
fname | Name of the output cube to allocate |
att | The cube attributes to use when creating the output cube. |
ns | Number of samples to allocate |
nl | Number of lines to allocate |
nb | Number of bands to allocate |
Isis::iException::Message |
Definition at line 334 of file Process.cpp.
References _FILEINFO_, Isis::PvlObject::addGroup(), Isis::PvlObject::addObject(), Isis::AttachedLabel, Isis::CubeAttributeOutput::byteOrder(), Isis::Cube::create(), Isis::CubeAttributeOutput::fileFormat(), Isis::PvlObject::findObject(), Isis::PvlObject::group(), Isis::PvlObject::groups(), Isis::PvlContainer::isNamed(), Isis::Cube::label(), Isis::Cube::labelSize(), Isis::CubeAttributeOutput::maximum(), Isis::CubeAttributeOutput::minimum(), Isis::PvlContainer::name(), Isis::PvlObject::object(), Isis::PvlObject::objects(), Isis::Cube::pixelType(), Isis::CubeAttributeOutput::pixelType(), Isis::CubeAttributeOutput::propagateMinimumMaximum(), Isis::CubeAttributeOutput::propagatePixelType(), Isis::Cube::setBaseMultiplier(), Isis::Cube::setByteOrder(), Isis::Cube::setDimensions(), Isis::Cube::setFormat(), Isis::Cube::setLabelsAttached(), Isis::Cube::setLabelSize(), Isis::Cube::setMinMax(), Isis::Cube::setPixelType(), and Isis::Cube::write().
|
inherited |
Set the direction the data will be read, either all lines in a single band proceeding to the next band (LinesFirst), or every band for every line proceeding to the next line (BandsFirst).
The default is to process all lines of a band first.
direction | The new enumerated processing direction |
Definition at line 396 of file ProcessByBrick.cpp.
Referenced by Isis::ImageImporter::import(), and Isis::SpectralDefinition2D::SpectralDefinition2D().
|
inherited |
This wrapping option only applys when there are two or more input cubes.
If wrapping is enabled and the second cube is smaller than the first The brick will be wrapped back to the beginning of the second cube once brick movement reaches the end of the cube. For example, if the brick shape was a single line and the second cube only had one line then function passed into StartProcess will receive the same contents in the 2nd input buffer every time.
wrap | Specifies whether or not to wrap |
Definition at line 425 of file ProcessByBrick.cpp.
void Isis::ProcessBySample::StartProcess | ( | void | functIsis::Buffer &inout | ) |
This method invokes the process by sample operation over a single input or output cube.
It will be an input cube if the method SetInputCube was invoked exactly one time before calling StartProcess. It will be an output cube if the SetOutputCube method was invoked exactly one time. Typically this method can be used to obtain statistics, histograms, or other information from an input cube.
funct | (Isis::Buffer &b) Name of your processing function |
Definition at line 93 of file ProcessBySample.cpp.
void Isis::ProcessBySample::StartProcess | ( | void | functIsis::Buffer &in, Isis::Buffer &out | ) |
This method invokes the process by sample operation over exactly one input and one output cube.
Typically, this method is used for simple operations such as stretching a cube or applying various operators to a cube (add constant, multiply by constant, etc).
funct | (Isis::Buffer &in, Isis::Buffer &out) Name of your processing function |
Definition at line 110 of file ProcessBySample.cpp.
void Isis::ProcessBySample::StartProcess | ( | void | functstd::vector< Isis::Buffer * > &in, std::vector< Isis::Buffer * > &out | ) |
This method invokes the process by sample operation over multiple input and output cubes.
Typically, this method is used when two input cubes are required for operations like ratios, differences, masking, etc.
funct | (vector<Isis::Buffer *> &in, vector<Isis::Buffer *> &out) Name of your processing function |
Definition at line 127 of file ProcessBySample.cpp.
|
virtualinherited |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube.
This method requires that exactly one input cube be loaded. No output cubes are produced.
funct | (Buffer &in) Receive an nxm brick in the input buffer. If n=1 and m=lines this will process by columns. Likewise if n=samples and m=1 this will process by lines. |
iException::Programmer |
Reimplemented in Isis::ProcessByTile.
Definition at line 453 of file ProcessByBrick.cpp.
References Isis::BufferManager::begin(), Isis::Brick::Bricks(), Isis::BufferManager::end(), Isis::Cube::isReadWrite(), Isis::Cube::read(), and Isis::Cube::write().
|
virtualinherited |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube.
This method requires that exactly one input cube be loaded. No output cubes are produced.
funct | (Buffer &in) Receive an nxm brick in the input buffer. If n=1 and m=lines this will process by columns. Likewise if n=samples and m=1 this will process by lines. |
iException::Programmer |
Definition at line 494 of file ProcessByBrick.cpp.
References Isis::BufferManager::begin(), Isis::Brick::Bricks(), Isis::BufferManager::end(), Isis::Cube::isReadWrite(), Isis::Cube::read(), and Isis::Cube::write().
|
virtualinherited |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube.
This method requires that exactly one input cube and one output cube be loaded using the SetInputCube and SetOutputCube methods.
funct | (Buffer &in, Buffer &out) Receive an nxm brick in the input buffer and output the an nxm brick. If n=1 and m=lines this will process by columns. Likewise if n=samples and m=1 this will process by lines. |
iException::Programmer |
Definition at line 577 of file ProcessByBrick.cpp.
References Isis::BufferManager::begin().
|
virtualinherited |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube.
This method requires that exactly one input cube and one output cube be loaded using the SetInputCube and SetOutputCube methods.
funct | (Buffer &in, Buffer &out) Receive an nxm brick in the input buffer and output the an nxm brick. If n=1 and m=lines this will process by columns. Likewise if n=samples and m=1 this will process by lines. |
iException::Programmer |
Reimplemented in Isis::ProcessByTile.
Definition at line 536 of file ProcessByBrick.cpp.
References Isis::BufferManager::begin().
|
virtualinherited |
Starts the systematic processing of the input cube by moving an arbitrary shaped brick through the cube.
This method allows multiple input and output cubes.
funct | (vector<Buffer *> &in, vector<Buffer *> &out) Receive an nxm brick in the input buffer. If n=1 and m=lines this will process by columns. Likewise if n=samples and m=1 this will process by lines. |
iException::Programmer |
Reimplemented in Isis::ProcessByTile.
Definition at line 617 of file ProcessByBrick.cpp.
|
inlinevirtualinherited |
In the base class, this method will invoked a user-specified function exactly one time.
In derived classes such as ProcessByLine, the StartProcess will invoke a user-specified function for every line in a cube.
funct() | Name of your processing function |
|
inherited |
Verifies the dimensions of the input/output cubes.
cn | An IOCubes enumeration for one of three possible Input/Output situations: InPlace: The input cube is the output cube InputOutput: One input cube and one output cube InputOutputList: A vector of input and output cubes. The input vector is not necessarily the same length as the output vector |
iException::Message |
Definition at line 136 of file ProcessByBrick.cpp.
References _FILEINFO_.
Referenced by ProcessCube(), Isis::ProcessByTile::ProcessCube(), Isis::ProcessBySpectra::ProcessCube(), Isis::ProcessByLine::ProcessCube(), ProcessCubeInPlace(), Isis::ProcessByTile::ProcessCubeInPlace(), Isis::ProcessBySpectra::ProcessCubeInPlace(), Isis::ProcessByLine::ProcessCubeInPlace(), ProcessCubes(), Isis::ProcessByTile::ProcessCubes(), Isis::ProcessBySpectra::ProcessCubes(), and Isis::ProcessByLine::ProcessCubes().
|
inherited |
Returns true if the wrapping option is enabled.
Definition at line 435 of file ProcessByBrick.cpp.
Referenced by Isis::ProcessByBrick::ProcessCubes().
|
inherited |
Writes out the History blob to the cube.
Definition at line 703 of file Process.cpp.
References Isis::History::AddEntry(), Isis::PvlContainer::isNamed(), Isis::PvlObject::object(), Isis::PvlObject::objects(), and Isis::Cube::write().
Referenced by Isis::ImageImporter::import().
|
protectedinherited |
A vector of pointers to opened Cube objects.
The pointers are established in the SetInputCube/SetInputWorkCube methods.
Definition at line 200 of file Process.h.
Referenced by Isis::ProcessExport::CreateWorldFile(), Isis::ProcessExport::GetBuffersBIL(), Isis::ProcessExport::GetBuffersBIP(), Isis::ProcessExport::GetBuffersBSQ(), Isis::ProcessExport::InitProcess(), Isis::ProcessByBrick::ProcessCube(), Isis::ProcessByBrick::ProcessCubes(), Isis::ProcessExport::SetInputRange(), Isis::ProcessByQuickFilter::StartProcess(), and Isis::ProcessExport::StartProcess().
|
protectedinherited |
|
protectedinherited |
A vector of pointers to allocated Cube objects.
The pointers are established in the SetOutputCube method.
Definition at line 206 of file Process.h.
Referenced by Isis::ProcessImport::ProcessBil(), Isis::ProcessImport::ProcessBip(), Isis::ProcessImport::ProcessBsq(), Isis::ProcessByBrick::ProcessCube(), Isis::ProcessByBrick::ProcessCubes(), Isis::ProcessImport::ProcessJp2(), and Isis::ProcessByQuickFilter::StartProcess().
|
protectedinherited |
Holds the calculated statistics for each band separately of every input cubei after the CalculateStatistics method is called.
Definition at line 187 of file Process.h.
Referenced by Isis::Process::BandStatistics().
|
protectedinherited |
Holds the calculated statistics for every band together of every input cubei after the CalculateStatistics method is called.
Definition at line 194 of file Process.h.
Referenced by Isis::Process::CubeStatistics().
|
protectedinherited |
Pointer to a Progress object.
Definition at line 160 of file Process.h.
Referenced by Isis::ProcessExport::InitProcess(), Isis::ProcessImport::ProcessBil(), Isis::ProcessImport::ProcessBip(), Isis::ProcessImport::ProcessBsq(), Isis::ProcessExport::ProcessExport(), Isis::ProcessImport::ProcessImport(), Isis::ProcessImport::ProcessJp2(), Isis::Process::Progress(), Isis::ProcessByBrick::RunProcess(), Isis::ProcessByQuickFilter::StartProcess(), and Isis::ProcessExport::StartProcess().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |