TTK
Loading...
Searching...
No Matches
Public Attributes | List of all members
ttk::FiberSurface::Vertex Struct Reference

#include <FiberSurface.h>

Public Attributes

bool isBasePoint_ {}
 
bool isIntersectionPoint_ {}
 
SimplexId localId_ {}
 
SimplexId globalId_ {}
 
SimplexId polygonEdgeId_ {}
 
std::pair< SimplexId, SimplexIdmeshEdge_ {}
 
std::array< double, 3 > p_ {}
 
double t_ {}
 
std::pair< double, double > uv_ {}
 

Detailed Description

Definition at line 52 of file FiberSurface.h.

Member Data Documentation

◆ globalId_

SimplexId ttk::FiberSurface::Vertex::globalId_ {}

Definition at line 54 of file FiberSurface.h.

◆ isBasePoint_

bool ttk::FiberSurface::Vertex::isBasePoint_ {}

Definition at line 53 of file FiberSurface.h.

◆ isIntersectionPoint_

bool ttk::FiberSurface::Vertex::isIntersectionPoint_ {}

Definition at line 53 of file FiberSurface.h.

◆ localId_

SimplexId ttk::FiberSurface::Vertex::localId_ {}

Definition at line 54 of file FiberSurface.h.

◆ meshEdge_

std::pair<SimplexId, SimplexId> ttk::FiberSurface::Vertex::meshEdge_ {}

Definition at line 57 of file FiberSurface.h.

◆ p_

std::array<double, 3> ttk::FiberSurface::Vertex::p_ {}

Definition at line 58 of file FiberSurface.h.

◆ polygonEdgeId_

SimplexId ttk::FiberSurface::Vertex::polygonEdgeId_ {}

Definition at line 54 of file FiberSurface.h.

◆ t_

double ttk::FiberSurface::Vertex::t_ {}

Definition at line 59 of file FiberSurface.h.

◆ uv_

std::pair<double, double> ttk::FiberSurface::Vertex::uv_ {}

Definition at line 60 of file FiberSurface.h.


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