openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Types | Public Attributes | List of all members
opencarp::geom_shape Class Reference

class to store shape definitions More...

#include <basics.h>

Collaboration diagram for opencarp::geom_shape:

Public Types

enum  shape_t { sphere = 1, block = 2, cylinder = 3 }
 

Public Attributes

shape_t type
 
Point p0
 
Point p1
 
double radius
 

Detailed Description

class to store shape definitions

Definition at line 381 of file basics.h.

Member Enumeration Documentation

◆ shape_t

Enumerator
sphere 
block 
cylinder 

Definition at line 383 of file basics.h.

Member Data Documentation

◆ p0

Point opencarp::geom_shape::p0

Definition at line 385 of file basics.h.

◆ p1

Point opencarp::geom_shape::p1

Definition at line 386 of file basics.h.

◆ radius

double opencarp::geom_shape::radius

Definition at line 387 of file basics.h.

◆ type

shape_t opencarp::geom_shape::type

Definition at line 384 of file basics.h.


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