| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
ImageView
A view into an image.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Raises an exception This class cannot be instantiated from Python
|
helper for pickle
|
height( (ImageView)arg1) -> int :
C++ signature :
unsigned int height(mapnik::image_view<mapnik::ImageData<unsigned int> > {lvalue})
|
save( (ImageView)arg1, (str)arg2) -> None :
C++ signature :
void save(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string)
save( (ImageView)arg1, (str)arg2, (str)arg3) -> None :
C++ signature :
void save(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string,std::string)
save( (ImageView)arg1, (str)arg2, (str)arg3, (object)arg4) -> None :
C++ signature :
void save(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string,std::string,mapnik::rgba_palette)
|
tostring( (ImageView)arg1) -> object :
C++ signature :
_object* tostring(mapnik::image_view<mapnik::ImageData<unsigned int> >)
tostring( (ImageView)arg1, (str)arg2) -> object :
C++ signature :
_object* tostring(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string)
tostring( (ImageView)arg1, (str)arg2, (object)arg3) -> object :
C++ signature :
_object* tostring(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string,mapnik::rgba_palette)
|
width( (ImageView)arg1) -> int :
C++ signature :
unsigned int width(mapnik::image_view<mapnik::ImageData<unsigned int> > {lvalue})
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 3 18:07:10 2012 | http://epydoc.sourceforge.net |