This is the complete list of members for karto::Grid< T >, including all inherited members.
Clear() | karto::Grid< T > | inlineprotected |
Clone() | karto::Grid< T > | inlineprotected |
CreateGrid(kt_int32s width, kt_int32s height, kt_double resolution) | karto::Grid< T > | inlinestatic |
GetBoundingBox() const | karto::Grid< T > | inlineprotected |
GetCoordinateConverter() const | karto::Grid< T > | inlineprotected |
GetDataPointer(const Vector2i &rGrid) | karto::Grid< T > | inlineprotected |
GetDataPointer(const Vector2i &rGrid) const | karto::Grid< T > | inlineprotected |
GetDataPointer() | karto::Grid< T > | inlineprotected |
GetDataPointer() const | karto::Grid< T > | inlineprotected |
GetDataSize() const | karto::Grid< T > | inlineprotected |
GetHeight() const | karto::Grid< T > | inlineprotected |
GetIdentifier() const | karto::Object | inlineprotected |
GetParameter(const String &rParameterName) const | karto::Object | inlineprotected |
GetParameter(const String &rParameterName) const | karto::Object | inlineprotected |
GetParameters() | karto::Object | inlineprotected |
GetParameterSet() | karto::Object | inlineprotected |
GetReferenceCount() | karto::Referenced | protected |
GetResolution() const | karto::Grid< T > | inlineprotected |
GetSize() const | karto::Grid< T > | inlineprotected |
GetValue(const Vector2i &rGrid) const | karto::Grid< T > | inlineprotected |
GetWidth() const | karto::Grid< T > | inlineprotected |
GetWidthStep() const | karto::Grid< T > | inlineprotected |
Grid(kt_int32s width, kt_int32s height) | karto::Grid< T > | inlineprotected |
Grid(const Grid &) | karto::Grid< T > | private |
GridIndex(const Vector2i &rGrid, kt_bool boundaryCheck=true) const | karto::Grid< T > | inlineprotectedvirtual |
GridToWorld(const Vector2i &rGrid, kt_bool flipY=false) const | karto::Grid< T > | inlineprotected |
IndexToGrid(kt_int32s index) const | karto::Grid< T > | inlineprotected |
IsValidGridIndex(const Vector2i &rGrid) const | karto::Grid< T > | inlineprotected |
KARTO_RTTI() | karto::Grid< T > | private |
m_Height | karto::Grid< T > | private |
m_pCoordinateConverter | karto::Grid< T > | private |
m_pData | karto::Grid< T > | private |
m_Width | karto::Grid< T > | private |
m_WidthStep | karto::Grid< T > | private |
Object() | karto::Object | |
Object(const Identifier &rIdentifier) | karto::Object | |
operator=(const Grid &) | karto::Grid< T > | private |
Reference() const | karto::Referenced | protected |
Referenced() | karto::Referenced | |
Resize(kt_int32s width, kt_int32s height) | karto::Grid< T > | inlineprotectedvirtual |
SetParameters(const karto::String &rParameterName, const T &rValue) | karto::Object | inlineprotected |
SetValue(const Vector2i &rGrid, T rValue) const | karto::Grid< T > | inlineprotected |
TraceLine(kt_int32s x0, kt_int32s y0, kt_int32s x1, kt_int32s y1, Functor *f=NULL) | karto::Grid< T > | inlineprotected |
Unreference() const | karto::Referenced | protected |
UnreferenceNoDelete() const | karto::Referenced | protected |
WorldToGrid(const Vector2d &rWorld, kt_bool flipY=false) const | karto::Grid< T > | inlineprotected |