#include "PT/Panorama.h"#include "MeshRemapper.h"Include dependency graph for MeshManager.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | MeshManager |
| A MeshManager handles the graphics system representation of a remapping, by creating OpenGL display lists that draw a remapped image. More... | |
| class | MeshManager::MeshInfo |
| Handles the remapper and a display list for a specific image. More... | |
| class | MeshManager::MeshInfo::Coord3D |
| a class to handle a 3D point More... | |
| class | MeshManager::MeshInfo::MeshCoords3D |
| a class to keep data of a single rectangle with texture coordinates More... | |
| class | MeshManager::PreviewMeshInfo |
| subclass of MeshInfo for the preview It actually does nothing in addition to the base class More... | |
| class | MeshManager::PanosphereOverviewMeshInfo |
| a subclass for the panosphere it converts coordinates obtained from an equirectangular projection to 3D coordinates on the sphere More... | |
| class | MeshManager::PlaneOverviewMeshInfo |
| subclass for the plane overview mode. More... | |
| class | PanosphereOverviewMeshManager |
| class | PlaneOverviewMeshManager |
| class | PreviewMeshManager |
Darko Makreshanski
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file MeshManager.h.
1.3.9.1