te::rp::ArithmeticOperations::ExecStackElement Class Reference

Execution stack element. More...

#include <ArithmeticOperations.h>

Public Member Functions

 ExecStackElement (const ExecStackElement &rhs)
 
 ExecStackElement ()
 
ExecStackElementoperator= (const ExecStackElement &rhs)
 
 ~ExecStackElement ()
 

Public Attributes

std::string m_binaryOp
 Binary operator. More...
 
bool m_isBinaryOp
 true if this is a binary operator pointer element. More...
 
bool m_isRaster
 true if this is a raster pointer element. More...
 
bool m_isRealNumber
 true if this is a real number element. More...
 
bool m_isUnaryOp
 true if this is a unary operator pointer element. More...
 
unsigned int m_rasterBand
 Raster band index. More...
 
std::auto_ptr< te::rst::Rasterm_rasterHandler
 Raster handler. More...
 
te::rst::Rasterm_rasterNPtr
 Raster pointer. More...
 
double m_realNumberValue
 Real number value. More...
 
std::string m_unaryOp
 Unary operator. More...
 

Detailed Description

Execution stack element.

Definition at line 159 of file ArithmeticOperations.h.

Constructor & Destructor Documentation

te::rp::ArithmeticOperations::ExecStackElement::ExecStackElement ( const ExecStackElement rhs)
inline

Definition at line 183 of file ArithmeticOperations.h.

te::rp::ArithmeticOperations::ExecStackElement::ExecStackElement ( )
inline

Definition at line 190 of file ArithmeticOperations.h.

te::rp::ArithmeticOperations::ExecStackElement::~ExecStackElement ( )
inline

Definition at line 211 of file ArithmeticOperations.h.

Member Function Documentation

ExecStackElement& te::rp::ArithmeticOperations::ExecStackElement::operator= ( const ExecStackElement rhs)
inline

Member Data Documentation

std::string te::rp::ArithmeticOperations::ExecStackElement::m_binaryOp

Binary operator.

Definition at line 177 of file ArithmeticOperations.h.

Referenced by operator=().

bool te::rp::ArithmeticOperations::ExecStackElement::m_isBinaryOp

true if this is a binary operator pointer element.

Definition at line 167 of file ArithmeticOperations.h.

Referenced by operator=().

bool te::rp::ArithmeticOperations::ExecStackElement::m_isRaster

true if this is a raster pointer element.

Definition at line 163 of file ArithmeticOperations.h.

Referenced by operator=().

bool te::rp::ArithmeticOperations::ExecStackElement::m_isRealNumber

true if this is a real number element.

Definition at line 165 of file ArithmeticOperations.h.

Referenced by operator=().

bool te::rp::ArithmeticOperations::ExecStackElement::m_isUnaryOp

true if this is a unary operator pointer element.

Definition at line 169 of file ArithmeticOperations.h.

Referenced by operator=().

unsigned int te::rp::ArithmeticOperations::ExecStackElement::m_rasterBand

Raster band index.

Definition at line 173 of file ArithmeticOperations.h.

Referenced by operator=().

std::auto_ptr< te::rst::Raster > te::rp::ArithmeticOperations::ExecStackElement::m_rasterHandler
mutable

Raster handler.

Definition at line 181 of file ArithmeticOperations.h.

Referenced by operator=().

te::rst::Raster* te::rp::ArithmeticOperations::ExecStackElement::m_rasterNPtr

Raster pointer.

Definition at line 175 of file ArithmeticOperations.h.

Referenced by operator=().

double te::rp::ArithmeticOperations::ExecStackElement::m_realNumberValue

Real number value.

Definition at line 171 of file ArithmeticOperations.h.

Referenced by operator=().

std::string te::rp::ArithmeticOperations::ExecStackElement::m_unaryOp

Unary operator.

Definition at line 179 of file ArithmeticOperations.h.

Referenced by operator=().


The documentation for this class was generated from the following file: