OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
nanoflann::array_or_vector_selector< DIM, T > Struct Template Reference

Used to declare fixed-size arrays when DIM>0, dynamically-allocated vectors when DIM=-1. More...

#include <nanoflann.hpp>

+ Inheritance diagram for nanoflann::array_or_vector_selector< DIM, T >:
+ Collaboration diagram for nanoflann::array_or_vector_selector< DIM, T >:

Public Types

typedef CArray< T, DIM > container_t
 

Detailed Description

template<int DIM, typename T>
struct nanoflann::array_or_vector_selector< DIM, T >

Used to declare fixed-size arrays when DIM>0, dynamically-allocated vectors when DIM=-1.

Fixed size version for a generic DIM:

Definition at line 819 of file nanoflann.hpp.

Member Typedef Documentation

◆ container_t

template<int DIM, typename T >
typedef CArray<T, DIM> nanoflann::array_or_vector_selector< DIM, T >::container_t

Definition at line 820 of file nanoflann.hpp.


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