#include "camtypes.h"#include "blobs.h"#include "nodetext.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
Functions | |
| DECLARE_SOURCE ("$Revision: 1282 $") | |
| BOOL | AreContiguous (Node *left, Node *right) |
|
|
Definition at line 133 of file selstate.cpp. |
|
||||||||||||
|
Definition at line 162 of file selstate.cpp. 00163 { 00164 BOOL contiguous = FALSE ; 00165 if( right!=NULL && left != NULL) 00166 { 00167 contiguous = (left->FindNextNonHidden() == right); 00168 } 00169 return contiguous ; 00170 }
|
|
|
|
1.4.4