Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
DCEL_T Struct Reference

#include <dcel.h>

Collaboration diagram for DCEL_T:
Collaboration graph
[legend]

Public Attributes

bool incremental
 
int nVertex
 
int sizeVertex
 
struct Dcel_Vertex_Tvertex
 
int nEdges
 
int sizeEdges
 
int * edgeChecked
 
struct Dcel_Edge_Tedges
 
int nFaces
 
int sizeFaces
 
struct Dcel_Face_Tfaces
 

Detailed Description

Definition at line 50 of file dcel.h.

Member Data Documentation

◆ edgeChecked

int* DCEL_T::edgeChecked

Definition at line 62 of file dcel.h.

◆ edges

struct Dcel_Edge_T* DCEL_T::edges

Definition at line 63 of file dcel.h.

◆ faces

struct Dcel_Face_T* DCEL_T::faces

Definition at line 68 of file dcel.h.

◆ incremental

bool DCEL_T::incremental

Definition at line 52 of file dcel.h.

◆ nEdges

int DCEL_T::nEdges

Definition at line 60 of file dcel.h.

◆ nFaces

int DCEL_T::nFaces

Definition at line 66 of file dcel.h.

◆ nVertex

int DCEL_T::nVertex

Definition at line 55 of file dcel.h.

◆ sizeEdges

int DCEL_T::sizeEdges

Definition at line 61 of file dcel.h.

◆ sizeFaces

int DCEL_T::sizeFaces

Definition at line 67 of file dcel.h.

◆ sizeVertex

int DCEL_T::sizeVertex

Definition at line 56 of file dcel.h.

◆ vertex

struct Dcel_Vertex_T* DCEL_T::vertex

Definition at line 57 of file dcel.h.


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