te::vp::SubdivideKey Class Reference

#include <SubdivideDataHandler.h>

Public Member Functions

void clear ()
 
void init ()
 
bool operator< (const SubdivideKey &other) const
 
SubdivideKeyoperator= (const SubdivideKey &other)
 
 SubdivideKey (const std::vector< te::dt::AbstractData * > &vecKey)
 
 SubdivideKey (const SubdivideKey &other)
 
 ~SubdivideKey ()
 

Public Attributes

std::string m_keyStr
 
std::vector< te::dt::AbstractData * > m_vecKeys
 

Detailed Description

Definition at line 55 of file SubdivideDataHandler.h.

Constructor & Destructor Documentation

◆ SubdivideKey() [1/2]

te::vp::SubdivideKey::SubdivideKey ( const std::vector< te::dt::AbstractData * > &  vecKey)

◆ SubdivideKey() [2/2]

te::vp::SubdivideKey::SubdivideKey ( const SubdivideKey other)

◆ ~SubdivideKey()

te::vp::SubdivideKey::~SubdivideKey ( )

Member Function Documentation

◆ clear()

void te::vp::SubdivideKey::clear ( )

◆ init()

void te::vp::SubdivideKey::init ( )

◆ operator<()

bool te::vp::SubdivideKey::operator< ( const SubdivideKey other) const

◆ operator=()

SubdivideKey& te::vp::SubdivideKey::operator= ( const SubdivideKey other)

Member Data Documentation

◆ m_keyStr

std::string te::vp::SubdivideKey::m_keyStr

Definition at line 72 of file SubdivideDataHandler.h.

◆ m_vecKeys

std::vector<te::dt::AbstractData*> te::vp::SubdivideKey::m_vecKeys

Definition at line 73 of file SubdivideDataHandler.h.


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