openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Public Attributes | List of all members
kdpart::vec3< S > Struct Template Reference

minimalistic internal point struct More...

#include <kdpart.hpp>

Collaboration diagram for kdpart::vec3< S >:

Public Member Functions

void get (const S *p)
 
void set (S *p)
 

Public Attributes

x = S()
 
y = S()
 
z = S()
 

Detailed Description

template<class S>
struct kdpart::vec3< S >

minimalistic internal point struct

Definition at line 44 of file kdpart.hpp.

Member Function Documentation

◆ get()

template<class S>
void kdpart::vec3< S >::get ( const S *  p)
inline

Definition at line 47 of file kdpart.hpp.

◆ set()

template<class S>
void kdpart::vec3< S >::set ( S *  p)
inline

Definition at line 50 of file kdpart.hpp.

Member Data Documentation

◆ x

template<class S>
S kdpart::vec3< S >::x = S()

Definition at line 45 of file kdpart.hpp.

◆ y

template<class S>
S kdpart::vec3< S >::y = S()

Definition at line 45 of file kdpart.hpp.

◆ z

template<class S>
S kdpart::vec3< S >::z = S()

Definition at line 45 of file kdpart.hpp.


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