Provide an HTML debug page with information about shared mesh resources.
Definition meshpagehandler.h:25
Http::HttpStatus::Code HandleVertexDumpRequest(const Util::String &resId, IndexT minIndex, IndexT maxIndex, const Ptr< IO::Stream > &responseContentStream)
dump mesh vertices
Definition meshpagehandler.cc:285
virtual void HandleRequest(const Ptr< Http::HttpRequest > &request)
handle a http request, the handler is expected to fill the content stream with response data
Definition meshpagehandler.cc:40
__DeclareClass(MeshPageHandler)
Http::HttpStatus::Code HandleMeshInfoRequest(const Util::String &resId, const Ptr< IO::Stream > &responseContentStream)
display information about specific mesh
Definition meshpagehandler.cc:122
MeshPageHandler()
constructor
Definition meshpagehandler.cc:29