Blender V5.0
iTaSC::Range Class Reference

#include <eigen_types.hpp>

Public Member Functions

 Range (int _start, int _count)
 Range (const Range &other)

Public Attributes

int start
int count

Detailed Description

Definition at line 50 of file eigen_types.hpp.

Constructor & Destructor Documentation

◆ Range() [1/2]

iTaSC::Range::Range ( int _start,
int _count )
inline

Definition at line 54 of file eigen_types.hpp.

References count, and start.

Referenced by Range().

◆ Range() [2/2]

iTaSC::Range::Range ( const Range & other)
inline

Definition at line 55 of file eigen_types.hpp.

References count, Range(), and start.

Member Data Documentation

◆ count

int iTaSC::Range::count

◆ start

int iTaSC::Range::start

Definition at line 52 of file eigen_types.hpp.

Referenced by iTaSC::project(), iTaSC::project(), Range(), and Range().


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