|
|
void | insert (double T, const WeakPtrSlice &S) |
| | Insert the information that this GridID exists for the given time, and on which Slice object.
|
| |
|
WeakPtrSlice | prev (double &T) const |
| |
|
WeakPtrSlice | next (double &T) const |
| |
|
bool | insertChild (const WeakPtr< GridID > &ChildGrid) |
| | Define a grid as the kid of the current one.
|
| |
|
bool | isParentOf (const WeakPtr< GridID > &PossibleChildGrid) |
| | Check if the given grid is a child of the current one.
|
| |
|
bool | isChildOf (const WeakPtr< GridID > &PossibleParentGrid) |
| | Check if the given grid is a child of the current one.
|
| |
|
const WeakPtr< GridID > & | getParent () const |
| | Get the parent of the current Grid.
|
| |
|
int | iterate (Iterator &It) const |
| | Find all kids of this current Grid ID.
|
| |
|
const string & | Name () const |
| | Get the name associated with this Grid ID.
|
| |
|
void | setName (const string &NewName) |
| |
|
bool | equal (const string &s) |
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |
|
void | addInterface (const RefPtr< InterfaceBase > &I) const |
| |
|
void | addInterfaceData (const Data &D) |
| |
|
void | addInterfaceData (const Data &D) |
| |
|
void | clearInterfaces () |
| |
|
bool | const_iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) const |
| |
|
virtual RefPtr< InterfaceBase > | createInterface (const type_info &) const |
| |
|
RefPtr< InterfaceBase > | findInterface (const type_info &t) const |
| |
|
RefPtr< InterfaceBase > | getInterface (const type_info &t) |
| |
|
std::string | getInterfaceNames (const char delim=';') const |
| |
|
bool | gotNewInterfaceData (const Data &D) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector &S) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector *S) |
| |
|
bool | hasChangedInterfaceData (const Data &D) const |
| |
|
bool | hasChangedInterfaceData (const Data &D) const |
| |
|
bool | hasChangedInterfaceData (const Data &D, const Selector &) const |
| |
|
bool | hasChangedInterfaceData (const Data &D, const Selector *) const |
| |
|
bool | hasInterface (const type_info &t) const |
| |
|
bool | iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) |
| |
|
void | printInterfaces () const |
| |
|
void | registerInterface (const type_info &t) |
| |
|
void | removeInterface () |
| |
|
void | removeInterfaceBase (const type_info &InterfaceBaseID) |
| |
A grid identifier.
This is a textual description, but may have some interfaces attached to it.
- Examples
- EvolutionSurface.cpp.