Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/geometry/Grid.h
| Context not available. | |||||
| /*! Fills the case corresponding to coord with the cell */ | /*! Fills the case corresponding to coord with the cell */ | ||||
| virtual void fillCell(const Vec3u &coord, Cell &cell) = 0; | virtual void fillCell(const Vec3u &coord, Cell &cell) = 0; | ||||
| /*! returns the cell whose coordinates are pased as argument */ | /*! returns the cell whose coordinates are passed as argument */ | ||||
| virtual Cell *getCell(const Vec3u &coord) = 0; | virtual Cell *getCell(const Vec3u &coord) = 0; | ||||
| /*! returns the cell containing the point passed as argument. | /*! returns the cell containing the point passed as argument. | ||||
| Context not available. | |||||