Kstars

SpatialSign.h
1#ifndef _SpatialSign_h_
2#define _SpatialSign_h_
3//########################################################################
4//#
5//# Spatial Sign helper class
6
7/** */
8enum Sign
9{
10 nEG, /// All constraints negative or zero
11 zERO, /// All constraints zero
12 pOS, /// All constraints positive or zero
13 mIXED /// At least one pos and one neg
14};
15
16#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.