31.01.2014 Views

Version 5.0 The LEDA User Manual

Version 5.0 The LEDA User Manual

Version 5.0 The LEDA User Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

template <br />

line style GW.set obj line style(GeoBaseScene ∗ sc, void ∗ adr, line style l)<br />

sets the line style of the object at (∗adr) to l.<br />

template <br />

bool GW.get obj line style(GeoBaseScene ∗ sc,<br />

const typename T :: value type& obj , line style& l)<br />

if there is an object o in the container of scene sc with<br />

o == obj the line style of o is assigned to l and true<br />

is returned. Otherwise false is returned.<br />

template <br />

bool GW.set obj line style(GeoBaseScene ∗ sc,<br />

const typename T :: value type& obj , line style l,<br />

bool all = true)<br />

if there is an object o in the container of scene sc with<br />

o == obj the line style of o is set to l and true will be<br />

returned. Otherwise false will be returned.<br />

template <br />

int GW.get obj line width(GeoBaseScene ∗ sc, void ∗ adr)<br />

returns the line width of the object at (∗adr).<br />

template <br />

int GW.set obj line width(GeoBaseScene ∗ sc, void ∗ adr, int w)<br />

sets the line width of the object at (∗adr) to w.<br />

template <br />

bool GW.get obj line width(GeoBaseScene ∗ sc,<br />

const typename T :: value type& obj , int& l)<br />

if there is an object o in the container of scene sc with<br />

o == obj the line width of o is assigned to l and true<br />

is returned. Otherwise false is returned.<br />

template <br />

bool GW.set obj line width(GeoBaseScene ∗ sc,<br />

const typename T :: value type& obj , int l,<br />

bool all = true)<br />

if there is an object o in the container of scene sc with<br />

o == obj the line width of o is set to l and true will<br />

be returned. Otherwise false will be returned.<br />

template <br />

string GW.get obj label(GeoBaseScene ∗ sc, void ∗ adr)<br />

returns the label of the object at (∗adr).<br />

template <br />

string GW.get obj label(GeoBaseScene ∗ sc, typename T :: iterator it)<br />

returns the label of the object it points to.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!