Datastructures for holding loaded data. More...
#include <boost/shared_array.hpp>
#include "lvr2/display/GlTexture.hpp"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | lvr2::color< ColorT > |
struct | lvr2::coord< CoordT > |
struct | lvr2::idxVal< T > |
struct | lvr2::RGBMaterial |
Namespaces | |
lvr2 | |
Typedefs | |
typedef boost::shared_array< color< unsigned char > > | lvr2::color3bArr |
typedef boost::shared_array< coord< float > > | lvr2::coord3fArr |
typedef boost::shared_array< double > | lvr2::doubleArr |
typedef boost::shared_array< float > | lvr2::floatArr |
typedef boost::shared_array< idxVal< float > > | lvr2::idx1fArr |
typedef boost::shared_array< idxVal< unsigned int > > | lvr2::idx1uArr |
typedef boost::shared_array< coord< unsigned int > > | lvr2::idx3uArr |
typedef boost::shared_array< unsigned int > | lvr2::indexArray |
typedef std::pair< size_t, size_t > | lvr2::indexPair |
typedef boost::shared_array< int > | lvr2::intArray |
typedef std::map< std::string, std::vector< unsigned int > > | lvr2::labeledFacesMap |
typedef boost::shared_array< RGBMaterial * > | lvr2::materialArr |
typedef boost::shared_array< short > | lvr2::shortArr |
typedef boost::shared_array< GlTexture * > | lvr2::textureArr |
typedef boost::shared_array< unsigned char > | lvr2::ucharArr |
typedef boost::shared_array< unsigned int > | lvr2::uintArr |
Datastructures for holding loaded data.
Copyright (c) 2018, University Osnabrück All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL University Osnabrück BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file DataStruct.hpp.