30 #ifndef SingleDomTIter_h 31 #define SingleDomTIter_h 32 #include <utility/tagged/storage/TaggedObjectIter.h> 33 #include <utility/tagged/storage/TaggedObjectStorage.h> 37 template <
class TIter>
47 virtual void reset(
void);
50 template <
class TIter>
52 :myIter(theStorage->getComponents())
55 template <
class TIter>
59 template <
class T,
class TIter>
60 T *getIterPtr(TIter &titer)
68 return dynamic_cast<T *
>(theComponent);
An TaggedObjectIter is an iter for returning the Components of an object of class TaggedObjectStorage...
Definition: TaggedObjectIter.h:74
Object idenfied by an integer (tag).
Definition: TaggedObject.h:92
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Definition: SingleDomTIter.h:38