|
const Line2DInterSection * | get (Pos::GeomID) const |
|
void | getAll (TypeSet< Line2DInterSection::Point > &) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet< Line2DInterSection > &) |
|
virtual | ~ObjectSet () |
|
ObjectSet< Line2DInterSection > & | operator= (const ObjectSet< Line2DInterSection > &) |
|
virtual bool | isManaged () const |
|
bool | nullAllowed () const |
|
void | allowNull (bool yn=true) |
|
size_type | size () const |
|
virtual int64_t | nrItems () const |
|
virtual Line2DInterSection * | operator[] (size_type) |
|
virtual const Line2DInterSection * | operator[] (size_type) const |
|
virtual Line2DInterSection * | operator[] (const Line2DInterSection *) const |
| check & unconst More...
|
|
virtual bool | validIdx (int64_t) const |
|
virtual bool | isPresent (const Line2DInterSection *) const |
|
virtual size_type | indexOf (const Line2DInterSection *) const |
|
Line2DInterSection * | first () |
|
const Line2DInterSection * | first () const |
|
Line2DInterSection * | last () |
|
const Line2DInterSection * | last () const |
|
ObjectSet< Line2DInterSection > & | add (Line2DInterSection *t) |
|
ObjectSet< Line2DInterSection > & | operator+= (Line2DInterSection *t) |
|
void | push (Line2DInterSection *t) |
|
bool | addIfNew (Line2DInterSection *) |
|
virtual Line2DInterSection * | replace (size_type idx, Line2DInterSection *) |
|
virtual void | insertAt (Line2DInterSection *newptr, size_type) |
|
virtual void | insertAfter (Line2DInterSection *newptr, size_type) |
|
virtual void | copy (const ObjectSet< Line2DInterSection > &) |
|
virtual void | append (const ObjectSet< Line2DInterSection > &) |
|
virtual void | swap (int64_t, int64_t) |
|
virtual void | reverse () |
|
virtual void | erase () |
|
virtual Line2DInterSection * | pop () |
|
virtual Line2DInterSection * | removeSingle (size_type, bool keep_order=true) |
|
virtual void | removeRange (size_type from, size_type to) |
|
virtual ObjectSet< Line2DInterSection > & | operator-= (Line2DInterSection *) |
|
void | plainErase () |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|