Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
tfColorMapper.h File Reference
#include <io/tf_io.h>
#include <TissueForge_private.h>
#include "tfColorMaps.h"
#include <vector>
Include dependency graph for tfColorMapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TissueForge::rendering::ColorMapper
 The color mapping type. More...
 

Namespaces

namespace  TissueForge
 Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
 
namespace  TissueForge::rendering
 Tissue Forge rendering and visualization.
 
namespace  TissueForge::io
 Tissue Forge I/O.
 

Typedefs

typedef float(* TissueForge::rendering::ParticleColorMapperFunc) (TissueForge::Particle *o, struct ColorMapper *mapper)
 
typedef float(* TissueForge::rendering::AngleColorMapperFunc) (TissueForge::Angle *o, struct ColorMapper *mapper)
 
typedef float(* TissueForge::rendering::BondColorMapperFunc) (TissueForge::Bond *o, struct ColorMapper *mapper)
 
typedef float(* TissueForge::rendering::DihedralColorMapperFunc) (TissueForge::Dihedral *o, struct ColorMapper *mapper)
 

Functions

template<>
HRESULT TissueForge::io::toFile (const rendering::ColorMapper &dataElement, const MetaData &metaData, IOElement &fileElement)
 
template<>
HRESULT TissueForge::io::fromFile (const IOElement &fileElement, const MetaData &metaData, rendering::ColorMapper *dataElement)