TTK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ttk::FlatJaggedArray::Slice Struct Reference

#include <FlatJaggedArray.h>

Public Member Functions

SimplexId operator[] (const size_t id) const
 
const SimplexIddata () const
 
const SimplexIdbegin () const
 
const SimplexIdend () const
 
size_t size () const
 

Public Attributes

const size_t len
 
const SimplexId *const ptr
 

Detailed Description

Definition at line 68 of file FlatJaggedArray.h.

Member Function Documentation

◆ begin()

const SimplexId * ttk::FlatJaggedArray::Slice::begin ( ) const
inline

Definition at line 82 of file FlatJaggedArray.h.

◆ data()

const SimplexId * ttk::FlatJaggedArray::Slice::data ( ) const
inline

Definition at line 79 of file FlatJaggedArray.h.

◆ end()

const SimplexId * ttk::FlatJaggedArray::Slice::end ( ) const
inline

Definition at line 85 of file FlatJaggedArray.h.

◆ operator[]()

SimplexId ttk::FlatJaggedArray::Slice::operator[] ( const size_t  id) const
inline

Definition at line 71 of file FlatJaggedArray.h.

◆ size()

size_t ttk::FlatJaggedArray::Slice::size ( ) const
inline

Definition at line 88 of file FlatJaggedArray.h.

Member Data Documentation

◆ len

const size_t ttk::FlatJaggedArray::Slice::len

Definition at line 69 of file FlatJaggedArray.h.

◆ ptr

const SimplexId* const ttk::FlatJaggedArray::Slice::ptr

Definition at line 70 of file FlatJaggedArray.h.


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