Node: Querying Solids, Next: , Previous: Setting Solid Members, Up: Solid Reference



Querying

bool is_on_free_store (void) const virtual function
Returns the value of on_free_store; true, if the Solid was dynamically allocated on the free store, otherwise false. Solids, and objects of classes derived from Solid, should only ever be allocated on the free store by a specialization of the template function create_new(). See Solid Reference; Constructors and Setting Functions.