| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
ColorizerStops
A RasterColorizer's collection of ordered color stops. This class is not meant to be instantiated from python. However, it can be accessed at a RasterColorizer's "stops" attribute for introspection purposes
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
__contains__( (ColorizerStops)arg1, (object)arg2) -> bool :
C++ signature :
bool __contains__(std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > {lvalue},_object*)
|
__delitem__( (ColorizerStops)arg1, (object)arg2) -> None :
C++ signature :
void __delitem__(std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > {lvalue},_object*)
|
__getitem__( (object)arg1, (object)arg2) -> object :
C++ signature :
boost::python::api::object __getitem__(boost::python::back_reference<std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> >&>,_object*)
|
Raises an exception This class cannot be instantiated from Python
|
__iter__( (object)arg1) -> object :
C++ signature :
boost::python::objects::iterator_range<boost::python::return_internal_reference<1ul, boost::python::default_call_policies>, __gnu_cxx::__normal_iterator<mapnik::colorizer_stop*, std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > > > __iter__(boost::python::back_reference<std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> >&>)
|
__len__( (ColorizerStops)arg1) -> int :
C++ signature :
unsigned long __len__(std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > {lvalue})
|
helper for pickle
|
__setitem__( (ColorizerStops)arg1, (object)arg2, (object)arg3) -> None :
C++ signature :
void __setitem__(std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > {lvalue},_object*,_object*)
|
append( (ColorizerStops)arg1, (object)arg2) -> None :
C++ signature :
void append(std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > {lvalue},boost::python::api::object)
|
extend( (ColorizerStops)arg1, (object)arg2) -> None :
C++ signature :
void extend(std::vector<mapnik::colorizer_stop, std::allocator<mapnik::colorizer_stop> > {lvalue},boost::python::api::object)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 3 18:45:01 2013 | http://epydoc.sourceforge.net |