| BiTangent enum value | jop::Mesh | |
| CircleMesh(const std::string &name) | jop::CircleMesh | |
| CircleMesh(const CircleMesh &other, const std::string &newName) | jop::CircleMesh | |
| Color enum value | jop::Mesh | |
| destroy() | jop::Mesh | |
| draw() const | jop::Mesh | |
| getBounds() const | jop::Mesh | |
| getDefault() | jop::Mesh | static |
| getElementAmount() const | jop::Mesh | |
| getElementEnum() const | jop::Mesh | |
| getElementSize() const | jop::Mesh | |
| getIndexBuffer() const | jop::Mesh | |
| getName() const | jop::Resource | |
| getPersistence() const | jop::Resource | |
| getRadius() const | jop::CircleMesh | |
| getReference() const | jop::SafeReferenceable< Resource > | |
| getSerializePackage() const | jop::SerializeInfo | |
| getVertexAmount() const | jop::Mesh | |
| getVertexBuffer() const | jop::Mesh | |
| getVertexOffset(const VertexComponent component) const | jop::Mesh | |
| getVertexSize() const | jop::Mesh | |
| getVertexSize(const uint32 components) | jop::Mesh | static |
| hasVertexComponent(const uint32 component) const | jop::Mesh | |
| isLightSerializeable() const | jop::SerializeInfo | |
| load(const float radius, int pointCount) | jop::CircleMesh | |
| jop::Mesh::load(const void *vertexData, const uint32 vertexBytes, const uint32 vertexComponents, const void *indexData=nullptr, const uint16 indexSize=0, const uint32 indexAmount=0) | jop::Mesh | |
| jop::Mesh::load(const std::vector< Vertex > &vertexArray, const std::vector< unsigned int > &indexArray) | jop::Mesh | |
| Mesh(const std::string &name) | jop::Mesh | |
| Mesh(const Mesh &other, const std::string &newName) | jop::Mesh | |
| Normal enum value | jop::Mesh | |
| operator=(SafeReferenceable< Resource > &&other) | jop::SafeReferenceable< Resource > | protected |
| Position enum value | jop::Mesh | |
| Resource(const Resource &other, const std::string &newName) | jop::Resource | protected |
| Resource(const std::string &name) | jop::Resource | |
| SafeReferenceable(Resource *ref) | jop::SafeReferenceable< Resource > | protected |
| SafeReferenceable(SafeReferenceable< Resource > &&other) | jop::SafeReferenceable< Resource > | protected |
| SerializeInfo() | jop::SerializeInfo | |
| setLightSerializeable(const bool set) | jop::SerializeInfo | |
| setPersistence(const unsigned short level) | jop::Resource | |
| setSerializePackage(const uint16 package) | jop::SerializeInfo | |
| setShouldSerialize(const bool set) | jop::SerializeInfo | |
| shouldSerialize() const | jop::SerializeInfo | |
| Tangent enum value | jop::Mesh | |
| TexCoords enum value | jop::Mesh | |
| updateBounds(const glm::vec3 &min, const glm::vec3 &max) | jop::Mesh | |
| VertexComponent enum name | jop::Mesh | |
| ~Resource()=0 | jop::Resource | pure virtual |
| ~SafeReferenceable() | jop::SafeReferenceable< Resource > | protected |