ListTuple.cxx File Reference


Detailed Description

hippodraw::ListTuple class implementation

Copyright (C) 2004-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

Id
ListTuple.cxx,v 1.27 2007/07/02 18:17:15 pfkeb Exp

Definition in file ListTuple.cxx.

#include <boost/python.hpp>
#include "ListTuple.h"
#include "axes/Range.h"
#include <stdexcept>

Include dependency graph for ListTuple.cxx:

Go to the source code of this file.

Functions

unsigned int getSize (const boost::python::list &sequence)
 
Note:
For multi-processor machines, need the to get the the Python global interpreter lock when compiled with Qt 4 on Mac OS X and maybe other systems.


Function Documentation

unsigned int @425::getSize ( const boost::python::list sequence  )  [static]

Note:
For multi-processor machines, need the to get the the Python global interpreter lock when compiled with Qt 4 on Mac OS X and maybe other systems.

However, with Qt 3, obtaining the lock seems to lock up the system.

The implementation of this member function is taken from http://docs.python.org/api.thread.html

Definition at line 43 of file ListTuple.cxx.

References num_util::size().

Referenced by ListTuple::addColumn(), ListTuple::isAcceptable(), ListTuple::replaceColumn(), ListTuple::rows(), and ListTuple::valueAt().


Generated for HippoDraw Class Library by doxygen