40#ifndef Foam_SloanRenumber_H
41#define Foam_SloanRenumber_H
84 void reverse(
bool on)
noexcept { reverse_ = on; }
A packed storage of objects of type <T> using an offset table for access.
void reverse(bool on) noexcept
Toggle reverse on/off.
TypeName("Sloan")
Runtime type information.
virtual labelList renumber(const polyMesh &mesh) const
Return the cell visit order (from ordered back to original cell id) using the mesh to determine the c...
virtual ~SloanRenumber()=default
Destructor.
SloanRenumber(const bool reverse=false)
Default construct, optionally with reverse.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh consisting of general polyhedral cells.
renumberMethod()
Default construct.
List< labelList > labelListList
List of labelList.
List< label > labelList
A List of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.