| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
FragmentIO
core/fragment/FragmentIO.hh:55
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (FragmentIO)) -> None :
core/fragment/FragmentIO.hh:55
C++ signature :
void __init__(_object*,core::fragment::FragmentIO)
__init__( (object)arg1, (int)top [, (int)ncopies=1 [, (bool)bAnnotate=True]]) -> None :
core/fragment/FragmentIO.hh:60
C++ signature :
void __init__(_object*,unsigned long [,unsigned long=1 [,bool=True]])
|
helper for pickle
|
clean_frag_cache( (FragmentIO)arg1) -> None :
remove all FragSets that are not referenced outside the cache.
C++ signature :
void clean_frag_cache(core::fragment::FragmentIO {lvalue})
|
get_frag_factory( (FragmentIO)arg1) -> FragFactory :
core/fragment/FragmentIO.hh:78
C++ signature :
core::fragment::FragFactory {lvalue} get_frag_factory(core::fragment::FragmentIO {lvalue})
|
read_data( (FragmentIO)arg1, (str)filename) -> FragSet :
read a FragSet... note that this function caches the fragment set.
i.e., if you read the same set from multiple positions in the code you get
the same set. if you read a new file ... we'll check the cache for stale
references and delete them...
C++ signature :
boost::shared_ptr<core::fragment::FragSet> read_data(core::fragment::FragmentIO {lvalue},std::string)
read_data( (FragmentIO)arg1, (str)filename, (FrameList)) -> None :
core/fragment/FragmentIO.hh:72
C++ signature :
void read_data(core::fragment::FragmentIO {lvalue},std::string,core::fragment::FrameList {lvalue})
read_data( (FragmentIO)arg1, (std_istream)data, (FrameList)) -> None :
core/fragment/FragmentIO.hh:74
C++ signature :
void read_data(core::fragment::FragmentIO {lvalue},std::istream {lvalue},core::fragment::FrameList {lvalue})
|
set_ncopies( (FragmentIO)arg1, (int)setting) -> None :
Updates the number of copies of each fragment to keep (default 1)
C++ signature :
void set_ncopies(core::fragment::FragmentIO {lvalue},unsigned long)
|
set_read_annotation( (FragmentIO)arg1 [, (bool)setting=True]) -> None :
Toggles between reading annotated (true) and non-annotated (false)
C++ signature :
void set_read_annotation(core::fragment::FragmentIO {lvalue} [,bool=True])
|
set_top_frag_num( (FragmentIO)arg1, (int)setting) -> None :
Updates the number of distinct fragments to keep
C++ signature :
void set_top_frag_num(core::fragment::FragmentIO {lvalue},unsigned long)
|
write_data( (FragmentIO)arg1, (str)file, (FragSet)frags) -> None :
core/fragment/FragmentIO.hh:76
C++ signature :
void write_data(core::fragment::FragmentIO {lvalue},std::string,core::fragment::FragSet)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:11 2015 | http://epydoc.sourceforge.net |