selstate.cpp File Reference

(r1785/r1282)

#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)


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 133 of file selstate.cpp.


Function Documentation

BOOL AreContiguous Node left,
Node right
 

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 }

DECLARE_SOURCE "$Revision: 1282 $"   ) 
 


Generated on Sat Nov 10 03:49:20 2007 for Camelot by  doxygen 1.4.4