PeriDyno 1.0.0
Loading...
Searching...
No Matches
ImageLoader.h
Go to the documentation of this file.
1#ifndef IMAGE_LOADER_H
2#define IMAGE_LOADER_H
3
4#include "stb/stb_image.h"
5#include "stb/stb_image_write.h"
6#include "Node.h"
7
8namespace dyno {
9
11 {
12 public:
13
16 bool loadImage(const char* path, CArray2D<Vec4f>& img);
17 };
18
19}
20
21#endif // IMAGE_LOADER_H
bool loadImage(const char *path, CArray2D< Vec4f > &img)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
Array2D< T, DeviceType::CPU > CArray2D
Definition Array2D.h:131