Inviwo  0.9.10.1
Inviwo documentation
inviwo::IntegralLineTracer< SpatialSampler, TimeDependent > Class Template Reference

VERY_BRIEFLY_DESCRIBE_THE_CLASS DESCRIBE_THE_CLASS. More...

#include <integrallinetracer.h>

Classes

struct  Result
 

Public Types

using Sampler = SpatialSampler
 
using SpatialVector = Vector< SpatialSampler::SpatialDimensions, double >
 
using DataVector = Vector< SpatialSampler::DataDimensions, double >
 
using DataHomogenousVector = Vector< SpatialSampler::DataDimensions+1, double >
 
using SpatialMatrix = Matrix< SpatialSampler::SpatialDimensions, double >
 
using DataMatrix = Matrix< SpatialSampler::DataDimensions, double >
 
using DataHomogenouSpatialMatrixrix = Matrix< SpatialSampler::DataDimensions+1, double >
 

Public Member Functions

 IntegralLineTracer (std::shared_ptr< const Sampler > sampler, const IntegralLineProperties &properties)
 
Result traceFrom (const SpatialVector &pIn)
 
void addMetaDataSampler (const std::string &name, std::shared_ptr< const Sampler > sampler)
 
const DataHomogenouSpatialMatrixrix & getSeedTransformationMatrix () const
 

Static Public Attributes

static const bool IsTimeDependent = TimeDependent
 

Detailed Description

template<typename SpatialSampler, bool TimeDependent = SpatialSampler::SpatialDimensions != SpatialSampler::DataDimensions>
class inviwo::IntegralLineTracer< SpatialSampler, TimeDependent >

VERY_BRIEFLY_DESCRIBE_THE_CLASS DESCRIBE_THE_CLASS.


The documentation for this class was generated from the following file: