plastimatch
Loading...
Searching...
No Matches
volume_fill.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _volume_fill_h_
5#define _volume_fill_h_
6
7#include "plmbase_config.h"
8#include "volume.h"
9
10template<class T>
12void volume_fill (
13 Volume* vol,
14 T val
15);
16
17#endif
Definition pointset.h:15
The Volume class represents a three-dimensional volume on a uniform grid. The volume can be located a...
Definition volume.h:38
#define PLMBASE_API
Definition plmbase_config.h:19
void volume_fill(Volume *vol, T val)
Definition volume_fill.cxx:10