ResetCellVisitor executes the ResetCell() function. More...
Public Member Functions | |
ResetCellVisitor (const size_t size) | |
Reset the cell using the given size. More... | |
template < typename LayerType > | |
void | operator() (LayerType *layer) const |
Execute the ResetCell() function. More... | |
void | operator() (MoreTypes layer) const |
ResetCellVisitor executes the ResetCell() function.
Definition at line 26 of file reset_cell_visitor.hpp.
ResetCellVisitor | ( | const size_t | size | ) |
Reset the cell using the given size.
void operator() | ( | LayerType * | layer | ) | const |
Execute the ResetCell() function.
void operator() | ( | MoreTypes | layer | ) | const |