CLAM-Development  1.4.0
Public Member Functions | Protected Attributes
CLAM::BaseMemOp Class Reference

Class used as base for all operators with memory, useful to define array of operators. More...

#include <BasicOps.hxx>

List of all members.

Public Member Functions

 BaseMemOp ()
void Reset ()
virtual ~BaseMemOp ()

Protected Attributes

bool alreadyComputed

Detailed Description

Class used as base for all operators with memory, useful to define array of operators.

    @see Stats
Todo:
: check if polymorphism affects efficiency.

Definition at line 208 of file BasicOps.hxx.


Constructor & Destructor Documentation

CLAM::BaseMemOp::BaseMemOp ( )
inline

Definition at line 211 of file BasicOps.hxx.

virtual CLAM::BaseMemOp::~BaseMemOp ( )
inlinevirtual

Definition at line 213 of file BasicOps.hxx.


Member Function Documentation

void CLAM::BaseMemOp::Reset ( )
inline

Member Data Documentation

bool CLAM::BaseMemOp::alreadyComputed
protected

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